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);
|
||||
position: relative;
|
||||
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 */
|
||||
#nav-bar{ padding-left: 300px; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue