From 92305e227ef4c6a058e935937c5ba3623380e7ae Mon Sep 17 00:00:00 2001 From: IdrisIsra <41024198+IdrisIsra@users.noreply.github.com> Date: Wed, 14 Sep 2022 21:39:18 +0300 Subject: [PATCH] [@mantine/core] Modal: Prevent overlay from sitting on top of scrollbar (#2445) --- src/mantine-core/src/Modal/Modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mantine-core/src/Modal/Modal.tsx b/src/mantine-core/src/Modal/Modal.tsx index c620b332779..5b589d5a4f6 100644 --- a/src/mantine-core/src/Modal/Modal.tsx +++ b/src/mantine-core/src/Modal/Modal.tsx @@ -262,7 +262,7 @@ export function Modal(props: ModalProps) { closeOnClickOutside && onClose()} blur={overlayBlur} color={