Skip to content

Commit

Permalink
fix: make CommandPalette component z-index maximum (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 authored May 3, 2024
1 parent c9dbbc4 commit add83ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/components/CommandPalette.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ useEventListener('keydown', (e) => {
</script>

<template>
<VueOverlay v-if="show" dim class="backdrop-blur-2xl!">
<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>
<header border="b base" flex-none>
<VueInput v-model="search" placeholder="Type to search..." flat auto-focus class="h12 border-none!" />
</header>
Expand Down

0 comments on commit add83ae

Please sign in to comment.