Limit widget frame inner height to 100dvh (Z#23231969)

Fixes a bug where the submit buttons were obscured by the browsers elements on some ios devices
This commit is contained in:
Kara Engelhardt
2026-04-20 10:26:04 +02:00
committed by pajowu
parent 97904d8567
commit ff77a2125a

View File

@@ -966,6 +966,7 @@ $table-bg-accent: rgba(128, 128, 128, 0.05);
width: 80vw; width: 80vw;
max-width: 1080px; max-width: 1080px;
height: 80vh; height: 80vh;
max-height: 100dvh;
} }
.pretix-widget-frame-inner iframe { .pretix-widget-frame-inner iframe {
width: 100% !important; width: 100% !important;