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;
|
left: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
z-index: 3;
|
||||||
|
|
||||||
[dir="rtl"] & {
|
[dir="rtl"] & {
|
||||||
margin: 0 0 0 var(--toolbar-margin);
|
margin: 0 0 0 var(--toolbar-margin);
|
||||||
@ -42,10 +43,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbarContainer:hover{
|
|
||||||
z-index: 3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.toolbarWrapper {
|
.toolbarWrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user