Commit eed96cbd authored by Phil Hughes's avatar Phil Hughes

Merge branch 'winh-collapsed-sidebar-scrolling' into 'master'

Prevent horizontal scrolling in new sidebar when collapsed

Closes #36608 and #36507

See merge request !13638
parents 87ba1808 529d5908
...@@ -104,6 +104,10 @@ $new-sidebar-collapsed-width: 50px; ...@@ -104,6 +104,10 @@ $new-sidebar-collapsed-width: 50px;
&.sidebar-icons-only { &.sidebar-icons-only {
width: $new-sidebar-collapsed-width; width: $new-sidebar-collapsed-width;
.nav-sidebar-inner-scroll {
overflow-x: hidden;
}
.badge, .badge,
.project-title { .project-title {
display: none; display: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment