From 1cbcb9a9f16fdf5b548000ad35fa198b587c7cfb Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Thu, 27 Oct 2022 15:55:26 +0900 Subject: [PATCH] Fix: Autohide - Urlbar over bookmarkbar --- css/leptonChrome.css | 4 ++++ src/autohide/_common.scss | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 2e18b09e..11bbbdc4 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -7853,6 +7853,10 @@ z-index: 3; } } + #PersonalToolbar { + z-index: -1; + } + #sidebar-box:is(:hover, :focus-within) { position: relative; z-index: 2 !important; diff --git a/src/autohide/_common.scss b/src/autohide/_common.scss index a34b0f8e..185d6c9e 100644 --- a/src/autohide/_common.scss +++ b/src/autohide/_common.scss @@ -45,6 +45,10 @@ } } + #PersonalToolbar { + z-index: -1; + } + #sidebar-box:is(:hover, :focus-within) { position: relative; z-index: 2 !important;