Skip to content

Commit

Permalink
fix(modal): fix position when trigger is not centered
Browse files Browse the repository at this point in the history
  • Loading branch information
skhamvon authored and dpellier committed Jan 18, 2024
1 parent 16d236c commit 1a520d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

.wrapper {
position: absolute;
position: fixed;
z-index: 1;
outline: none;
border: none;
Expand Down

0 comments on commit 1a520d4

Please sign in to comment.