From 4f5ad8e8fcebc084f8ae53ead66763e036ef9dbe Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:02:23 +0200 Subject: [PATCH] feat: Allow popups to be opened on the urlbar, p=#10849, c=common --- src/zen/common/styles/zen-omnibox.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/zen/common/styles/zen-omnibox.css b/src/zen/common/styles/zen-omnibox.css index e0cef344d..b94418f1f 100644 --- a/src/zen/common/styles/zen-omnibox.css +++ b/src/zen/common/styles/zen-omnibox.css @@ -134,9 +134,10 @@ #zen-copy-url-button { opacity: 0; transition: - opacity 0.2s, - visibility 0.2s; + opacity 0.15s, + visibility 0.15s; visibility: collapse; + height: 100%; /* To still be able to open popups */ #navigator-toolbox:hover &, &[open],