From b94b2834d7f72cf0f5080c6516cd4fd783d65f7c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 10 May 2020 07:39:59 -0400 Subject: [PATCH] Fire tune CSS in new popup panel --- src/css/popup-fenix.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index 8a3cef1fa..6fe8b473a 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -428,6 +428,7 @@ body.advancedUser #firewall > div > span.noopRule.ownRule, box-sizing: border-box; height: 100%; left: 0; + overflow: hidden; position: absolute; top: 0; width: 100%; @@ -497,6 +498,8 @@ body:not([data-more~="e"]) [data-more="e"] { /* mouse-driven devices */ :root.desktop { + display: flex; + justify-content: flex-end; overflow: hidden; } :root:not(.mobile) body {