mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
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;
|
transform-origin: top;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigator-toolbox > *{ line-height: normal }
|
#navigator-toolbox > *{ line-height: normal; pointer-events: auto }
|
||||||
|
|
||||||
#navigator-toolbox,
|
#navigator-toolbox,
|
||||||
#navigator-toolbox > *{
|
#navigator-toolbox > *{
|
||||||
|
|
Loading…
Reference in a new issue