fix whiteboard toolbar overlapping userlist and its dropdowns
This commit is contained in:
parent
aea10d65f2
commit
f39025b419
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user