From 1b457b8d48cdfa07e8d38a47025011875a10e6cf Mon Sep 17 00:00:00 2001 From: hazyfossa Date: Sun, 15 Dec 2024 21:09:23 +0500 Subject: [PATCH] fix dialog size --- chrome/ShyFox/shy-global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/ShyFox/shy-global.css b/chrome/ShyFox/shy-global.css index 9099dc1..497a9b3 100644 --- a/chrome/ShyFox/shy-global.css +++ b/chrome/ShyFox/shy-global.css @@ -194,8 +194,8 @@ Styles for dialogs e.g. "confirm deleting extension" position: fixed; z-index: -1; - width: 100vw; - height: 100vh; + width: 100%; + height: 100%; left: 0px; top: 0px;