From 1062108590e0e4e01c93d1b49f060f2817e48c78 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Wed, 24 Sep 2025 00:30:32 +0800 Subject: [PATCH] Fixed #1358 --- other/firefox/common/parts/dialogs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/firefox/common/parts/dialogs.css b/other/firefox/common/parts/dialogs.css index fc689c72..5afa7d19 100644 --- a/other/firefox/common/parts/dialogs.css +++ b/other/firefox/common/parts/dialogs.css @@ -8,7 +8,7 @@ window { /* Browser dialog prompts center */ .dialogOverlay { - display: grid; +/* display: grid;*/ place-content: center; justify-content: center; grid-auto-rows: min(90%, var(--doc-height-px));