chore: inspect staged modal changes

This commit is contained in:
Andras Bacsai 2026-06-03 11:39:43 +02:00
parent 2bdbb7e534
commit 7405bd7088

View file

@ -60,7 +60,8 @@ class="absolute top-0 right-0 flex items-center justify-center w-8 h-8 mt-5 mr-5
</svg> </svg>
</button> </button>
</div> </div>
<div class="relative min-h-0 flex-1 overflow-y-auto px-6 pb-6 pt-1"> <div class="relative min-h-0 flex-1 overflow-y-auto px-6 pb-6 pt-1"
style="-webkit-overflow-scrolling: touch;">
{{ $slot }} {{ $slot }}
</div> </div>
</div> </div>