mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +01:00
chore(Slideover): remove lg:hidden
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<TransitionRoot as="template" :show="isOpen">
|
<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
|
<TransitionChild
|
||||||
as="template"
|
as="template"
|
||||||
enter="transition-opacity ease-linear duration-300"
|
enter="transition-opacity ease-linear duration-300"
|
||||||
|
|||||||
Reference in New Issue
Block a user