Fix: Autohide - Urlbar over bookmarkbar

This commit is contained in:
alstjr7375 2022-10-27 15:55:26 +09:00
parent b456d5ca06
commit 1cbcb9a9f1
2 changed files with 8 additions and 0 deletions

View file

@ -7853,6 +7853,10 @@
z-index: 3;
}
}
#PersonalToolbar {
z-index: -1;
}
#sidebar-box:is(:hover, :focus-within) {
position: relative;
z-index: 2 !important;

View file

@ -45,6 +45,10 @@
}
}
#PersonalToolbar {
z-index: -1;
}
#sidebar-box:is(:hover, :focus-within) {
position: relative;
z-index: 2 !important;