Add overflow to modal to its 'usable' on mobile, need to refactor topset table so its responsive

This commit is contained in:
Peter Stockings
2023-07-25 20:18:47 +10:00
parent ba6fa91d7e
commit f9affb3d01

View File

@@ -6,7 +6,7 @@
then send refreshView to #refreshViewElement'> then send refreshView to #refreshViewElement'>
<div class='modal-underlay' _='on click trigger closeModal'></div> <div class='modal-underlay' _='on click trigger closeModal'></div>
<div class='modal-content' _='init toggle .hide-scrollbar on document.body'> <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 --> <!-- Modal content -->
<div class="relative bg-white rounded-lg shadow dark:bg-gray-700"> <div class="relative bg-white rounded-lg shadow dark:bg-gray-700">
<!-- Modal header --> <!-- Modal header -->