autohiding styles: exclude more selectors from triggering auto-show
Fixes #535
This commit is contained in:
@@ -99,7 +99,7 @@ See the above repository for updates as well as full license text. */
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
& #mainPopupSet:has(> [panelopen]) ~ #navigator-toolbox > #nav-bar{
|
||||
& #mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel)) ~ #navigator-toolbox > #nav-bar{
|
||||
transition-delay: 0ms !important;
|
||||
transform: rotateX(0deg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user