mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Fix broken pointer-events on nav-bar
This commit is contained in:
parent
d60d8f618a
commit
0385fbec50
1 changed files with 2 additions and 1 deletions
|
@ -15,9 +15,10 @@ See the above repository for updates as well as full license text. */
|
||||||
height: var(--uc-menubar-height);
|
height: var(--uc-menubar-height);
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menubar-items{ -moz-box-pack: center }
|
#menubar-items{ -moz-box-pack: center; pointer-events: initial }
|
||||||
/* Adjust to fit menubar items - 300px works for English locale */
|
/* Adjust to fit menubar items - 300px works for English locale */
|
||||||
#nav-bar{ padding-left: 300px; }
|
#nav-bar{ padding-left: 300px; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue