fix: overflowing modal fix on small screens (#3643)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user