Settings export page did not show whole content in Firefox for Android

This commit is contained in:
kkapsner 2023-05-30 00:11:43 +02:00
parent 6ea89b6318
commit 5df98e0cf5
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ html, body {
#settings { #settings {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
height: 95%; height: 100%;
} }
#settings.invalid { #settings.invalid {
background-color: var(--input-error-background-color); background-color: var(--input-error-background-color);

View File

@ -9,6 +9,7 @@ Version 1.10:
- always protect about:blank - always protect about:blank
- persistent rng not working in Firefox for Android - persistent rng not working in Firefox for Android
- mobile default settings were not used 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: known issues:
- if a data URL is blocked the page action button does not appear - if a data URL is blocked the page action button does not appear