Skip to content

Commit a8e4157

Browse files
committed
patch: revert modal scroll behavior
1 parent 35aa88c commit a8e4157

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="outside"
30+
scrollBehavior="inside"
3131
{...rest}
3232
>
3333
<ModalOverlay

0 commit comments

Comments
 (0)