Skip to content

Commit 937eb55

Browse files
author
David
committed
revert position to static and make that fix in a separate PR since it has nothing to do with upgrading react-modal
1 parent d565abf commit 937eb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modal/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ class Modal extends React.Component {
426426
padding: 'default',
427427
},
428428
overlay: {
429-
position: 'absolute',
429+
position: 'static',
430430
backgroundColor: 'default',
431431
},
432432
};

0 commit comments

Comments
 (0)