Add a workaround for occasionally manifesting inability to scroll the page
This commit is contained in:
parent
e92118b503
commit
8cad80c046
1 changed files with 2 additions and 1 deletions
|
@ -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 > *{
|
||||
|
|
Loading…
Reference in a new issue