This commit is contained in:
Čarodej
2022-03-14 08:45:26 +01:00
parent 5e48af22a2
commit f835c6a7c2
11 changed files with 86 additions and 89 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div
:class="type"
class="absolute top-16 bottom-24 left-0 right-0 h-auto overflow-x-auto overflow-y-auto px-6 md:relative md:top-0 md:bottom-0"
class="absolute top-16 bottom-24 left-0 right-0 h-auto lg:overflow-visible overflow-auto px-6 md:relative md:top-0 md:bottom-0"
>
<slot />
</div>