Fix bottom padding mobile for compat Q

This commit is contained in:
MartinBraquet
2026-01-30 23:02:55 +01:00
parent 374143172d
commit 4155beb7db

View File

@@ -90,7 +90,7 @@ export function Modal(props: {
<div
className={clsx(
'relative w-full transform transition-all',
'lg:mx-6 lg:my-8',
'lg:mx-6 lg:my-8 mb-[var(--bnh)]',
'max-h-[90vh] min-h-[60vh]', // 👈 add this
sizeClass,
className