fix: overflowing modal fix on small screens (#3643)

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
Muhammed Ajmal M 2023-12-12 14:21:19 +05:30 committed by GitHub
parent 9201aa7d7d
commit c1bc430ee6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@
</span>
</div>
<div
class="max-h-lg flex flex-col overflow-y-auto"
class="flex flex-col overflow-y-auto max-h-[50vh]"
:class="{ 'p-4': !fullWidth }"
>
<slot name="body"></slot>