feat: tweak the height of the mobile search modal box

This commit is contained in:
ourongxing
2025-08-13 00:34:35 +08:00
parent 1eda9d52b6
commit 3aa2b91b05
+1 -1
View File
@@ -19,7 +19,7 @@
}
[cmdk-list] {
--at-apply: px-3 flex flex-col gap-2 items-stretch h-400px;
--at-apply: px-3 flex flex-col gap-2 items-stretch max-h-[400px] h-[calc(100vh-100px)];
}
[cmdk-group-heading] {