Add a workaround for occasionally manifesting inability to scroll the page

This commit is contained in:
MrOtherGuy 2020-05-01 11:53:21 +03:00
parent e92118b503
commit 8cad80c046

View file

@ -28,9 +28,10 @@
transform-origin: top;
line-height: 0;
z-index: 1;
pointer-events: none;
}
#navigator-toolbox > *{ line-height: normal }
#navigator-toolbox > *{ line-height: normal; pointer-events: auto }
#navigator-toolbox,
#navigator-toolbox > *{