mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-02 10:00:57 -05:00
Fix bottom padding mobile for compat Q
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user