Skip to content

Commit 35aa88c

Browse files
committed
patch: update modal scroll behavior
1 parent 129f5cf commit 35aa88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Quiz/QuizzesModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const QuizzesModal: React.FC<IProps> = ({ children, ...rest }) => {
2727
<ChakraModal
2828
isCentered
2929
size={{ base: "full", md: "xl" }}
30-
scrollBehavior="inside"
30+
scrollBehavior="outside"
3131
{...rest}
3232
>
3333
<ModalOverlay

0 commit comments

Comments
 (0)