mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +00:00
fix: fixes blur in commandbox when zoom is not 100%
This commit is contained in:
@@ -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]">
|
||||
|
Reference in New Issue
Block a user