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