Fix disappearing navbar with affix (#3099)

This commit is contained in:
Vladimir Jimenez 2017-04-28 13:43:34 -07:00 committed by John Mulhausen
parent 24f672183d
commit 03c6a6c335
1 changed files with 9 additions and 1 deletions

View File

@ -376,4 +376,12 @@
.nav-sidebar.collapse {
display: block;
}
}
}
@media (max-width: 1024px) {
.nav-secondary-tabs.affix-top {
background-color: $bg-secondary;
position: fixed;
top: 0;
}
}