Merge pull request #2142 from Safelite/CSR-2409-ios-footer-bug-2

CSR-2409 test iOS viewport fix.
This commit is contained in:
bmauger 2024-11-22 11:09:31 -05:00 committed by GitHub
commit 9502db407a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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