Merge branch 'issue-boards-scrollbars' into 'master'

Fixed issue boards having a vertical scrollbar

Closes #30209

See merge request !10312
This commit is contained in:
Filipa Lacerda 2017-04-04 16:00:17 +00:00
commit 82836af4e7
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
}
.issue-boards-page {
.page-with-sidebar {
.content-wrapper {
padding-bottom: 0;
}
}
@ -72,7 +72,7 @@
@media (min-width: $screen-sm-min) {
height: 475px; // Needed for PhantomJS
height: calc(100vh - 220px);
height: calc(100vh - 222px);
min-height: 475px;
transition: width .2s;