From 5df98e0cf58948d386db8475c2ba019ad09a2da1 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Tue, 30 May 2023 00:11:43 +0200 Subject: [PATCH] Settings export page did not show whole content in Firefox for Android --- options/export.css | 2 +- releaseNotes.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/options/export.css b/options/export.css index 3b95f1d..9a9e589 100644 --- a/options/export.css +++ b/options/export.css @@ -6,7 +6,7 @@ html, body { #settings { width: 100%; box-sizing: border-box; - height: 95%; + height: 100%; } #settings.invalid { background-color: var(--input-error-background-color); diff --git a/releaseNotes.txt b/releaseNotes.txt index d26ec95..7468511 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -9,6 +9,7 @@ Version 1.10: - always protect about:blank - persistent rng not working in Firefox for Android - mobile default settings were not used in Firefox for Android + - settings export page did not show whole content in Firefox for Android known issues: - if a data URL is blocked the page action button does not appear