Commit 662f7ee6 authored by Phil Hughes's avatar Phil Hughes Committed by Jose Ivan Vargas

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

Prevent horizontal scrolling in new sidebar when collapsed

Closes #36608 and #36507

See merge request !13638
parent 64dbd327
...@@ -105,6 +105,10 @@ $new-sidebar-collapsed-width: 50px; ...@@ -105,6 +105,10 @@ $new-sidebar-collapsed-width: 50px;
width: $new-sidebar-collapsed-width; width: $new-sidebar-collapsed-width;
overflow-x: hidden; overflow-x: hidden;
.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