From b5e0f6a98fbc9ea106d9186aad795f8d457013fd Mon Sep 17 00:00:00 2001 From: jwy Date: Tue, 8 Oct 2024 23:50:24 -0400 Subject: [PATCH] Fixed bug in Firefox style that was cutting off top of URL dropdown bar --- nix-config/home/files/userChrome.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nix-config/home/files/userChrome.css b/nix-config/home/files/userChrome.css index 68f4a40d9..b6e13de9a 100644 --- a/nix-config/home/files/userChrome.css +++ b/nix-config/home/files/userChrome.css @@ -83,7 +83,8 @@ } #urlbar-container{ - margin-bottom: 3px; + margin-top: 3px; + display: initial; } #urlbar-background { @@ -409,7 +410,7 @@ toolbar:not([customizing]) > #nav-bar-customization-target { min-width: var(--uc-sidebar-width) !important; width: var(--uc-sidebar-width) !important; max-width: var(--uc-sidebar-width) !important; - z-index: 100; + z-index:100; } #sidebar-box[positionend] {