fix whiteboard toolbar overlapping userlist and its dropdowns

This commit is contained in:
KDSBrowne 2020-02-24 15:20:05 +00:00
parent aea10d65f2
commit f39025b419

View File

@ -108,7 +108,7 @@
@extend %text-elipsis;
@include highContrastOutline();
outline-style: solid;
z-index: 2;
z-index: 3;
overflow: visible;
order: 1;
@ -148,7 +148,7 @@
order: 2;
height: 100%;
@include mq($small-only) {
z-index: 3;
z-index: 4;
height: auto;
top: var(--navbar-height);
overflow: visible;