fix: modal scroll bug (#3517)

This commit is contained in:
Caleb Cartwright
2019-06-02 11:42:16 -05:00
committed by GitHub
parent 054b2eb5ba
commit b95811ba40

View File

@@ -19,7 +19,6 @@ export default function MarkupModal({ example, baseUrl, onRequestClose }) {
contentLabel="Example Modal"
isOpen={isOpen}
onRequestClose={onRequestClose}
style={{ content: { overflow: 'visible' } }}
>
{isOpen && (
<ContentContainer>