Setup: Ease usage of the UI when zoomed up to 150% (licenses fieldset being too height)

This commit is contained in:
Molkobain
2021-10-12 18:44:47 +02:00
parent be24d409ed
commit 9ed8cf7970

View File

@@ -704,7 +704,7 @@ class WizStepLicense extends WizardStep
$oPage->add_style(
<<<CSS
fieldset ul {
max-height: 30em;
max-height: min(30em, 40vh); /* Allow usage of the UI up to 150% zoom */
overflow: auto;
}
CSS