CSR-2409 test iOS viewport fix.

This commit is contained in:
Bryan Mauger 2024-11-22 10:58:19 -05:00
parent c5d0d2a34e
commit 54b8282fb4

View file

@ -10,7 +10,7 @@ body {
overflow-x: unset;
}
&.page-container-grouped-styles {
height: 100vh;
height: 100dvh;
display: flex;
flex-direction: column;
}