We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CommandPalette
1 parent c9dbbc4 commit add83aeCopy full SHA for add83ae
packages/client/src/components/CommandPalette.vue
@@ -98,8 +98,8 @@ useEventListener('keydown', (e) => {
98
</script>
99
100
<template>
101
- <VueOverlay v-if="show" dim class="backdrop-blur-2xl!">
102
- <div flex="~ col" max-h-120 min-h-60 h="60%" w-xl of-hidden border="1 base" rounded-md text-3.75>
+ <VueOverlay v-if="show" dim class="$ui-z-max-override backdrop-blur-2xl!">
+ <div flex="~ col" h="60%" border="1 base" m-x-4 max-h-120 min-h-60 w-xl of-hidden rounded-md text-3.75>
103
<header border="b base" flex-none>
104
<VueInput v-model="search" placeholder="Type to search..." flat auto-focus class="h12 border-none!" />
105
</header>
0 commit comments