fix(layout): use 100vh fallback for .full-height to unbreak old Chromium WebView (#4278)
This commit is contained in:
@@ -74,7 +74,7 @@ body {
|
||||
}
|
||||
|
||||
.full-height {
|
||||
height: -webkit-fill-available;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
@supports (height: 100dvh) {
|
||||
|
||||
Reference in New Issue
Block a user