fix: fixes blur in commandbox when zoom is not 100%

This commit is contained in:
Abhinav Raut
2025-03-22 00:11:22 +05:30
parent 0f12b2a3f3
commit eaa2b1ddcf

View File

@@ -2,7 +2,7 @@
<CommandDialog
:open="open"
@update:open="handleOpenChange"
class="z-[51] !min-w-[50vw] !min-h-[60vh]"
class="transform-gpu z-[51] !min-w-[50vw] !min-h-[60vh]"
>
<CommandInput placeholder="Type a command or search..." @keydown="onInputKeydown" />
<CommandList class="!min-h-[60vh] !min-w-[50vw]">