diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index 64edb719..1c4e9cad 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -1161,7 +1161,6 @@ span.header-sort-icon img { border-color: #bcedff !important; } - .device-phone .window-body.item-container { padding-left: 0; } @@ -4680,6 +4679,11 @@ fieldset[name=number-code] { display: none; } +/* height of 100% should not be applied to file dialogs */ +.device-phone .window:not(.window-filedialog) .window-body.item-container{ + height: 100%; +} + .device-phone .window-body.item-container{ /* Enable smooth scrolling on iOS */ -webkit-overflow-scrolling: touch; @@ -4689,7 +4693,6 @@ fieldset[name=number-code] { /* Base dimensions */ width: 100%; - height: 100%; /* Scrolling behavior */ overflow-y: scroll; @@ -4701,4 +4704,4 @@ fieldset[name=number-code] { } .device-phone .window-body.item-container * { touch-action: pan-y; -} +} \ No newline at end of file