Skip to content
Snippets Groups Projects
Unverified Commit b95811ba authored by Caleb Cartwright's avatar Caleb Cartwright Committed by GitHub
Browse files

fix: modal scroll bug (#3517)

parent 054b2eb5
Branches
Tags
No related merge requests found
...@@ -19,7 +19,6 @@ export default function MarkupModal({ example, baseUrl, onRequestClose }) { ...@@ -19,7 +19,6 @@ export default function MarkupModal({ example, baseUrl, onRequestClose }) {
contentLabel="Example Modal" contentLabel="Example Modal"
isOpen={isOpen} isOpen={isOpen}
onRequestClose={onRequestClose} onRequestClose={onRequestClose}
style={{ content: { overflow: 'visible' } }}
> >
{isOpen && ( {isOpen && (
<ContentContainer> <ContentContainer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment