Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c05b5df

Browse files
author
Federico Zivolo
committed
fix: Improved initial popper style to fix #134
1 parent a3c27c3 commit c05b5df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Popper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ type PopperState = {
4444

4545
const initialStyle = {
4646
position: 'absolute',
47+
top: 0,
48+
left: 0,
4749
opacity: 0,
4850
pointerEvents: 'none',
4951
};

0 commit comments

Comments
 (0)