Skip to content

Commit 705240c

Browse files
committed
fix modal overflow
1 parent c9f77fd commit 705240c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wtfdig/src/routes/+layout.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
12/31/2024: Added Alignment buttons (Original, True North, Add Relative) for CODCAR, added Wild Charges to CODCAR tile players, some improvements to responsive sizing
2323
12/30/2024: Initial Release`,
2424
buttonTextCancel: 'Close',
25-
modalClasses: 'whitespace-pre-wrap'
25+
modalClasses: 'whitespace-pre-wrap',
2626
}
2727
const modalStore = getModalStore();
2828
</script>
2929

30-
<Modal />
30+
<Modal regionBody="max-h-[600px] overflow-auto"/>
3131
<header class="container h-full mx-auto px-4 mx-auto md:my-12 my-4">
3232
<div class="flex flex-wrap justify-between items-center">
3333
<div class="text-2xl font-semibold">where the f do i go???? (Chaotic)</div>

0 commit comments

Comments
 (0)