Prevent horizontal scrolling in new sidebar when collapsed

This commit is contained in:
winh 2017-08-17 15:21:46 +02:00
parent ec34b2d051
commit 529d5908fa

View file

@ -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;