main
Julian Lam 7 years ago
parent c7a63f3a3d
commit 3de208c82a

@ -336,7 +336,7 @@
} }
.chat-modal { .chat-modal {
z-index: 10000; z-index: @zindex-modal;
} }
/* Chat modal specific styles */ /* Chat modal specific styles */

@ -1,13 +1,17 @@
@import "../keyframes"; @import "../keyframes";
.modal-focused {
z-index: @zindex-modal + 5;
}
.taskbar { .taskbar {
display: none; display: none;
z-index: 10001; z-index: @zindex-popover;
left: auto; left: auto;
// Bootswatch fix // Bootswatch fix
&.navbar-fixed-bottom { &.navbar-fixed-bottom {
z-index: 10001; z-index: @zindex-popover;
left: auto; left: auto;
} }

Loading…
Cancel
Save