Skip to content

Commit 3aa2b91

Browse files
committed
feat: tweak the height of the mobile search modal box
1 parent 1eda9d5 commit 3aa2b91

File tree

1 file changed

+1
-1
lines changed
  • src/components/common/search-bar

1 file changed

+1
-1
lines changed

src/components/common/search-bar/cmdk.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
[cmdk-list] {
22-
--at-apply: px-3 flex flex-col gap-2 items-stretch h-400px;
22+
--at-apply: px-3 flex flex-col gap-2 items-stretch max-h-[400px] h-[calc(100vh-100px)];
2323
}
2424

2525
[cmdk-group-heading] {

0 commit comments

Comments
 (0)