From 4bcdb917323983155092c97f65ac6f47b6f989a0 Mon Sep 17 00:00:00 2001 From: mendozaMaria Date: Wed, 15 May 2024 21:20:16 -0500 Subject: [PATCH] Remove broken css rule --- browser/themes/shared/customizableui/panelUI-shared.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/browser/themes/shared/customizableui/panelUI-shared.css b/browser/themes/shared/customizableui/panelUI-shared.css index 269cf8c1da84d4..61c6196de2af89 100644 --- a/browser/themes/shared/customizableui/panelUI-shared.css +++ b/browser/themes/shared/customizableui/panelUI-shared.css @@ -178,9 +178,11 @@ panelview { one view to another runs, which would otherwise happen if the new view has more height than the old one because that would mean that during the animation the height of the multiview will be too short for the new view. */ + /* commented out based on bug report https://bugzilla.mozilla.org/show_bug.cgi?id=1894414 : + &[transitioning] > .panel-viewcontainer > .panel-viewstack > panelview > .panel-subview-body { overflow-y: hidden; - } + } */ } .panel-subview-body {