fix(layout): use 100vh fallback for .full-height to unbreak old Chromium WebView (#4278)

This commit is contained in:
iFocuspace
2026-05-23 10:49:02 +08:00
committed by GitHub
parent b8d986cbd6
commit db1c474e77
+1 -1
View File
@@ -74,7 +74,7 @@ body {
}
.full-height {
height: -webkit-fill-available;
height: 100vh;
}
@supports (height: 100dvh) {