Skip to content

Commit 508cbea

Browse files
authored
[core-v2.2.9-alpha.4, react-v2.1.7-alpha.5]: Fix absolute bug (#1011)
* Fix absolute bug * react version bump
1 parent 1d9151c commit 508cbea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.2.9-alpha.3",
3+
"version": "2.2.9-alpha.4",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/core/src/views/account-center/Index.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<svelte:window on:click={minimize} />
4444

4545
<div
46-
class="container flex flex-column absolute"
46+
class="container flex flex-column fixed"
4747
style="{accountCenterPositions[
4848
settings.position
4949
]} width: {!settings.expanded && settings.minimal ? 'auto' : '100%'}"

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/react",
3-
"version": "2.1.7-alpha.4",
3+
"version": "2.1.7-alpha.5",
44
"description": "Collection of React Hooks for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -21,7 +21,7 @@
2121
"typescript": "^4.5.5"
2222
},
2323
"dependencies": {
24-
"@web3-onboard/core": "^2.2.9-alpha.3",
24+
"@web3-onboard/core": "^2.2.9-alpha.4",
2525
"@web3-onboard/common": "^2.1.0-alpha.1"
2626
},
2727
"peerDependencies": {

0 commit comments

Comments
 (0)