mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 05:58:07 +01:00
chore(Slideover): remove lg:hidden
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<TransitionRoot as="template" :show="isOpen">
|
||||
<Dialog as="div" class="fixed inset-0 flex z-40 lg:hidden" @close="isOpen = false">
|
||||
<Dialog class="fixed inset-0 flex z-40" @close="isOpen = false">
|
||||
<TransitionChild
|
||||
as="template"
|
||||
enter="transition-opacity ease-linear duration-300"
|
||||
|
||||
Reference in New Issue
Block a user