Skip to content

Commit 0f80d59

Browse files
author
Clauderic Demers
committed
Revert back to position relative for inner wrapper
1 parent 0f75a88 commit 0f80d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const STYLE_WRAPPER: React.CSSProperties = {
6666
};
6767

6868
const STYLE_INNER: React.CSSProperties = {
69-
position: 'absolute',
69+
position: 'relative',
7070
width: '100%',
7171
minHeight: '100%',
7272
};

0 commit comments

Comments
 (0)