Skip to content

Commit

Permalink
fix: updated css to save previous scroll position when Modal can't sh…
Browse files Browse the repository at this point in the history
…rink anymore
  • Loading branch information
DenisVershkov committed Jan 17, 2024
1 parent ebbc0a5 commit 969cb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Modal/Modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ $block: '.#{variables.$ns}modal';
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

&__content-aligner-wrapper {
width: 100%;
min-width: 100%;
min-height: 100%;

display: flex;
display: inline-flex;
align-items: center;
justify-content: center;
}
Expand Down

0 comments on commit 969cb5c

Please sign in to comment.