Skip to content

Commit

Permalink
Merge pull request #15 from perawallet/fix/close-button-hide-issue
Browse files Browse the repository at this point in the history
fix: close button hidden issue
  • Loading branch information
mucahit authored Jul 1, 2022
2 parents ff66f62 + b1e24c2 commit f8663aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modal/_pera-wallet-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@

border-radius: 24px;

overflow-y: auto;

animation: 0.3s PeraWalletConnectSlideIn ease-out;

transform: translate(-50%, -50%);
Expand Down Expand Up @@ -155,6 +153,8 @@

animation: 0.3s PeraWalletConnectMobileSlideIn ease-out;

overflow-y: auto;

transform: unset;

&::before {
Expand Down

0 comments on commit f8663aa

Please sign in to comment.