mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
Setup: Ease usage of the UI when zoomed up to 150% (licenses fieldset being too height)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user