fix whiteboard toolbar not accessible via mouse (after publish / presentation swap)

This commit is contained in:
KDSBrowne 2019-12-16 14:58:52 +00:00
parent 9b57ab7ad3
commit 9b8495ca09

View File

@ -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;