Add scroll bar to modal component

When content is too big, the bottom is displayed off screen
This commit is contained in:
Gaetan Craig-Riou
2026-03-02 14:14:56 +11:00
parent 3b068b7125
commit 63a9601812

View File

@@ -9,6 +9,11 @@
padding: 1.2rem;
}
&.big {
max-height: 50em;
overflow: auto;
}
h1,
h2,
h3,