Skip to content

Commit d565abf

Browse files
author
David
committed
test modal with position absolute instead of static
1 parent 20cf7e8 commit d565abf

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: 'static',
429+
position: 'absolute',
430430
backgroundColor: 'default',
431431
},
432432
};

0 commit comments

Comments
 (0)