fix: overflowing modal fix on small screens (#3643)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
parent
9201aa7d7d
commit
c1bc430ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue