Skip to content
Snippets Groups Projects
Commit cfdda295 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by James Lopez
Browse files

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

Fixed issue boards having a vertical scrollbar

Closes #30209

See merge request !10312
parent 8e96336f
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -46,7 +46,7 @@
}
 
.issue-boards-page {
.page-with-sidebar {
.content-wrapper {
padding-bottom: 0;
}
}
Loading
Loading
@@ -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;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment