From 8cf74652f3ce981dda52cb3a6f26a720a4130050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Huvar?= Date: Tue, 9 Jun 2026 18:53:33 +0200 Subject: [PATCH 1/2] Fix CMDK dialog top anchoring --- src/ui/primitives/command.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ui/primitives/command.tsx b/src/ui/primitives/command.tsx index e50769599..d2bb9eae2 100644 --- a/src/ui/primitives/command.tsx +++ b/src/ui/primitives/command.tsx @@ -25,7 +25,10 @@ Command.displayName = CommandPrimitive.displayName const CommandDialog = ({ children, ...props }: DialogProps) => { return ( - + Search through dashboard {children} From 2d943e74c6e30bf9e94f382ce54d775200f371d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Huvar?= Date: Tue, 9 Jun 2026 19:07:33 +0200 Subject: [PATCH 2/2] Address CMDK viewport cap feedback --- src/ui/primitives/command.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/primitives/command.tsx b/src/ui/primitives/command.tsx index d2bb9eae2..ceac968b9 100644 --- a/src/ui/primitives/command.tsx +++ b/src/ui/primitives/command.tsx @@ -26,7 +26,7 @@ const CommandDialog = ({ children, ...props }: DialogProps) => { return ( Search through dashboard