We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129f5cf commit 35aa88cCopy full SHA for 35aa88c
src/components/Quiz/QuizzesModal.tsx
@@ -27,7 +27,7 @@ const QuizzesModal: React.FC<IProps> = ({ children, ...rest }) => {
27
<ChakraModal
28
isCentered
29
size={{ base: "full", md: "xl" }}
30
- scrollBehavior="inside"
+ scrollBehavior="outside"
31
{...rest}
32
>
33
<ModalOverlay
0 commit comments