Skip to content

Commit

Permalink
fix(modal/popover): fix scrollbar overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Mar 15, 2024
1 parent 1ec9602 commit 1c22ff4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@
position: fixed;
top: 0;
left: 0;
overflow-y: scroll;
overflow-y: auto;

.backdrop {
position: fixed;
top: 0;
left: 0;
z-index: -1;
pointer-events: none;
}

.popup {
Expand Down

0 comments on commit 1c22ff4

Please sign in to comment.