Skip to content

Commit

Permalink
Dev (#2100)
Browse files Browse the repository at this point in the history
* fix: userguid modal (#2096)

* Fix/tag links/draft/0 (#2098)

* Fix/tutorial popup/draft/0 (#2099)

* fix: userguid modal

* fix: body  scroll
  • Loading branch information
Izobov authored May 4, 2024
1 parent b7c1d45 commit 4e872ad
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 79 deletions.
128 changes: 55 additions & 73 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
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@betarena/ad-engine": "0.0.47",
"@betarena/scores-lib": "3.1.8",
"@betarena/scores-lib": "3.1.9",
"@lukeed/uuid": "2.0.1",
"@metamask/sdk": "0.1.0",
"@moralisweb3/client-firebase-auth-utils": "2.18.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@
function close() {
$sessionStore.showUserguide1 = false;
$modalSore.show = false;
document.body.classList.remove
(
'disable-scroll'
);
}
// #endregion ➤ 🛠️ METHODS
Expand Down
Loading

0 comments on commit 4e872ad

Please sign in to comment.