mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-09 17:18:26 -04:00
Fix hidden close button
This commit is contained in:
@@ -83,7 +83,7 @@ export function Modal(props: {
|
||||
<div className="fixed inset-0 overflow-y-auto pt-20 sm:p-0">
|
||||
<div
|
||||
className={clsx(
|
||||
'flex min-h-full items-end justify-center overflow-hidden',
|
||||
'flex min-h-full items-end justify-center',
|
||||
positionClass
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user