diff --git a/src/main/frontend/ui.css b/src/main/frontend/ui.css index f6866fa77..f79e478f3 100644 --- a/src/main/frontend/ui.css +++ b/src/main/frontend/ui.css @@ -226,7 +226,12 @@ html.is-native-iphone-without-notch html.is-mobile { .ui__modal { - @apply bottom-0 inset-x-0; + @apply bottom-0 inset-x-0 top-20; + } + + .ui__modal-panel .panel-content { + width: calc(98vw - 2rem); + padding-bottom: 0; } }