fix whiteboard toolbar not accessible via mouse (after publish / presentation swap)
This commit is contained in:
parent
9b57ab7ad3
commit
9b8495ca09
@ -29,6 +29,7 @@
|
||||
left: auto;
|
||||
bottom: 0;
|
||||
pointer-events: none;
|
||||
z-index: 3;
|
||||
|
||||
[dir="rtl"] & {
|
||||
margin: 0 0 0 var(--toolbar-margin);
|
||||
@ -42,10 +43,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.toolbarContainer:hover{
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.toolbarWrapper {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user