Add overflow to modal to its 'usable' on mobile, need to refactor topset table so its responsive
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
then send refreshView to #refreshViewElement'>
|
||||
<div class='modal-underlay' _='on click trigger closeModal'></div>
|
||||
<div class='modal-content' _='init toggle .hide-scrollbar on document.body'>
|
||||
<div class="relative w-full h-full max-w-2xl md:h-auto">
|
||||
<div class="relative w-full h-full max-w-2xl md:h-auto overflow-auto">
|
||||
<!-- Modal content -->
|
||||
<div class="relative bg-white rounded-lg shadow dark:bg-gray-700">
|
||||
<!-- Modal header -->
|
||||
|
||||
Reference in New Issue
Block a user