Skip to content

Commit

Permalink
fix(regression): exiting long modal by clicking backdrop fails
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Mazouz <[email protected]>
  • Loading branch information
SychO9 committed Sep 5, 2022
1 parent f34a99c commit 9307d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/common/Modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
overflow-y: auto;

&-invisibleBackdrop {
position: absolute;
position: fixed;
top: 0;
right: 0;
bottom: 0;
Expand Down

0 comments on commit 9307d5f

Please sign in to comment.