From b18cd671f2d6a29128f9724846b6427d11f51525 Mon Sep 17 00:00:00 2001 From: bmFtZQ Date: Wed, 19 Jan 2022 10:10:19 +0800 Subject: [PATCH] fix download menu popup --- chrome/toolbar/urlbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/toolbar/urlbar.css b/chrome/toolbar/urlbar.css index 7c8b55f..eb40a1f 100644 --- a/chrome/toolbar/urlbar.css +++ b/chrome/toolbar/urlbar.css @@ -142,7 +142,7 @@ min-width: 206px !important; } - #nav-bar-customization-target:not(:hover) #downloads-button { + #nav-bar-customization-target:not(:hover) #downloads-button:not([open]) { visibility: collapse !important; } }