Fixed keyboard shortcuts not working after pinning extension to the bookmarks bar

This commit is contained in:
mr. M
2025-01-26 21:50:13 +01:00
parent 405b2180cf
commit 26b3195bdd
2 changed files with 4 additions and 1 deletions

View File

@@ -13,7 +13,9 @@ height: var(--zen-toolbar-height);
}
}
&:not([zen-has-hover='true']):not([has-popup-menu]):not(:focus-within) {
&:not([zen-has-hover='true']):not([has-popup-menu]):not(:focus-within):not(:has(
*:is([panelopen='true'], [open='true'])
)) {
transition-delay: 0.2s;
height: var(--zen-element-separation);
overflow: hidden;

View File

@@ -359,6 +359,7 @@
flex-direction: column;
min-height: fit-content !important;
overflow: visible;
max-height: unset !important;
& .tabbrowser-tab:not(:hover) .tab-background:not([selected]):not([multiselected]) {
background: transparent !important;