Fixed collapsed sidebar not showing fly-out menu

This commit is contained in:
Phil Hughes 2017-08-17 08:54:54 +01:00
parent 36ba84cb94
commit cb1a3690f7
No known key found for this signature in database
GPG key ID: DB8CE4B3A3EE91AB

View file

@ -103,7 +103,6 @@ $new-sidebar-collapsed-width: 50px;
&.sidebar-icons-only { &.sidebar-icons-only {
width: $new-sidebar-collapsed-width; width: $new-sidebar-collapsed-width;
overflow-x: hidden;
.badge, .badge,
.project-title { .project-title {
@ -111,7 +110,11 @@ $new-sidebar-collapsed-width: 50px;
} }
.nav-item-name { .nav-item-name {
opacity: 0; display: none;
}
.sidebar-top-level-items > li > a {
min-height: 44px;
} }
} }