From 313a3121c98f51c7fb7a703037445b98dd09a9c4 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 12 Sep 2023 20:33:14 -0400 Subject: [PATCH] Do not assume set viewport for popup panel when using portrait mode in descktop Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/2814 --- src/css/popup-fenix.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index 7fecdf6e7..a1e839e9d 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -720,7 +720,7 @@ body:not([data-more*="e"]) [data-more="e"] { } /* horizontally-constrained viewport */ -:root.portrait body { +:root.portrait:not(.desktop) body { overflow-y: auto; width: 100%; }