mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user