mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-12 20:40:14 +00:00
work around issue where hovering sidebar-header would show the toolbox
This commit is contained in:
parent
d8f9d1de79
commit
b4d97d83c9
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ See the above repository for updates as well as full license text. */
|
||||||
visibility: hidden !important
|
visibility: hidden !important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* The invisible toolbox will overlap sidebar so we'll work around that here */
|
||||||
|
#navigator-toolbox{ pointer-events: none; border-bottom: none !important; }
|
||||||
|
#PersonalToolbar{ border-bottom: 1px solid var(--chrome-content-separator-color) }
|
||||||
|
#navigator-toolbox > *{ pointer-events: auto }
|
||||||
|
|
||||||
/* SELECT TOOLBAR BEHAVIOR */
|
/* SELECT TOOLBAR BEHAVIOR */
|
||||||
/* Comment out or delete either one of these to disable that behavior */
|
/* Comment out or delete either one of these to disable that behavior */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue