Skip to content

Commit

Permalink
Merge pull request #16 from perawallet/next-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mucahit authored Jul 1, 2022
2 parents 5385355 + 7df147e commit 251f8c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perawallet/connect",
"version": "0.1.2",
"version": "0.1.3",
"description": "JavaScript SDK for integrating Pera Wallet to web applications.",
"main": "dist/index.js",
"scripts": {
Expand Down
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 251f8c3

Please sign in to comment.