fix bridge modal close

This commit is contained in:
saml33 2024-01-04 22:10:32 +11:00
parent d191337335
commit 68ad7b7f12
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { COLORS } from 'styles/colors'
const BridgeModal = ({ isOpen, onClose }: ModalProps) => {
const { theme } = useThemeWrapper()
return (
<Modal isOpen={isOpen} onClose={onClose} disableOutsideClose fullScreen>
<Modal isOpen={isOpen} onClose={onClose} fullScreen>
<div className="thin-scroll max-h-screen overflow-y-auto">
<div className="mx-auto max-w-xl">
<div className="mx-auto mt-8 text-center">