fix(scss): preserve mobile search modal height (#828)

This commit is contained in:
Cell
2026-08-12 12:43:00 +08:00
committed by GitHub
parent a9c29b1641
commit b680d609a1
+1
View File
@@ -346,6 +346,7 @@ dialog.search-dialog {
&:modal {
inset: 0;
width: 100%;
height: 100dvh;
max-width: 100%;
max-height: 100dvh;
translate: 0 0;