fix issue with taskbar spanning length of window

main
Julian Lam 9 years ago
parent bbd86179a0
commit 20127ddd35

@ -3,13 +3,13 @@
.taskbar { .taskbar {
display: none; display: none;
z-index: 10001; z-index: 10001;
left: auto;
// Bootswatch fix // Bootswatch fix
&.navbar-fixed-bottom { &.navbar-fixed-bottom {
z-index: 10001; z-index: 10001;
}
left: auto; left: auto;
}
margin-top: 0; margin-top: 0;
.transition(.15s ease-in opacity); .transition(.15s ease-in opacity);

Loading…
Cancel
Save