diff --git a/src/components/common/search-bar/cmdk.css b/src/components/common/search-bar/cmdk.css index a0ed142..6a6bf52 100644 --- a/src/components/common/search-bar/cmdk.css +++ b/src/components/common/search-bar/cmdk.css @@ -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] {