WIP Test fix or iPhone.

This commit is contained in:
Bryan Mauger 2024-11-22 09:05:50 -05:00
parent 81a0ed09df
commit dadd895aa7

View file

@ -68,6 +68,18 @@ body {
height: 1px;
overflow: hidden;
}
// Fix "iOS viewport scroll bug" issue on iPhone
// where bottom of page is covered by address bar
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
.page-container-grouped-styles {
padding-bottom: 3rem;
}
}
}
.modal-open {
.container-fluid {