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;
width: $new-sidebar-collapsed-width;
overflow-x: hidden;
.nav-sidebar-inner-scroll {
overflow-x: hidden;
}
.badge,
.project-title {
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