Skip to content

Commit

Permalink
Hiden open Popover in md:
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Apr 26, 2024
1 parent a08bb81 commit d9fcf68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/catalog-new/Popover.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import { onMounted, ref } from 'vue'
import { ref } from 'vue'
import { PopoverRoot, PopoverTrigger, PopoverPortal, PopoverContent } from 'radix-vue'
import CaretUpIcon from './icons/CaretUp.vue'
Expand Down Expand Up @@ -43,7 +43,7 @@ const isOpen = ref(false)
side="bottom"
align="start"
:side-offset="10"
class="tw-border-2 tw-border-gray-800 tw-bg-white tw-p-6 tw-mr-8 -tw-ml-px"
class="tw-hidden md:tw-block tw-border-2 tw-border-gray-800 tw-bg-white tw-p-6 tw-mr-8 -tw-ml-px"
>
<slot name="content"></slot>
</PopoverContent>
Expand Down

0 comments on commit d9fcf68

Please sign in to comment.