fix issue with taskbar z-index being overridden by some bootswatch skins

main
Julian Lam 9 years ago
parent 47804142c0
commit 572135ed15

@ -4,6 +4,11 @@
display: none;
z-index: 10001;
// Bootswatch fix
&.navbar-fixed-bottom {
z-index: 10001;
}
left: auto;
margin-top: 0;

Loading…
Cancel
Save