From 6ca790cd97bbaf0455b8f1e67002925906844085 Mon Sep 17 00:00:00 2001 From: IdrisIsra Date: Wed, 14 Sep 2022 20:41:46 +0300 Subject: [PATCH] [@mantine/core] Modal: Prevent overlay from sitting on top of scrollbar --- 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={