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 35aa88c commit a8e4157Copy full SHA for a8e4157
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="outside"
+ scrollBehavior="inside"
31
{...rest}
32
>
33
<ModalOverlay
0 commit comments