Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
79217de9
Commit
79217de9
authored
Apr 25, 2025
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix z-index of web3 modal
parent
87a6126d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
zIndex.ts
toolkit/theme/foundations/zIndex.ts
+1
-1
Web3ModalProvider.tsx
ui/shared/Web3ModalProvider.tsx
+1
-1
No files found.
toolkit/theme/foundations/zIndex.ts
View file @
79217de9
...
@@ -10,9 +10,9 @@ export const zIndex = {
...
@@ -10,9 +10,9 @@ export const zIndex = {
banner
:
{
value
:
1200
},
banner
:
{
value
:
1200
},
overlay
:
{
value
:
1300
},
overlay
:
{
value
:
1300
},
modal
:
{
value
:
1400
},
modal
:
{
value
:
1400
},
modal2
:
{
value
:
14001
},
tooltip
:
{
value
:
1550
},
// otherwise tooltips will not be visible in modals
tooltip
:
{
value
:
1550
},
// otherwise tooltips will not be visible in modals
tooltip2
:
{
value
:
1551
},
// for tooltips in tooltips
tooltip2
:
{
value
:
1551
},
// for tooltips in tooltips
skipLink
:
{
value
:
1600
},
toast
:
{
value
:
1700
},
toast
:
{
value
:
1700
},
};
};
...
...
ui/shared/Web3ModalProvider.tsx
View file @
79217de9
...
@@ -40,7 +40,7 @@ const init = () => {
...
@@ -40,7 +40,7 @@ const init = () => {
'
--w3m-font-family
'
:
`
${
BODY_TYPEFACE
}
, sans-serif`
,
'
--w3m-font-family
'
:
`
${
BODY_TYPEFACE
}
, sans-serif`
,
'
--w3m-accent
'
:
colors
.
blue
[
600
].
value
,
'
--w3m-accent
'
:
colors
.
blue
[
600
].
value
,
'
--w3m-border-radius-master
'
:
'
2px
'
,
'
--w3m-border-radius-master
'
:
'
2px
'
,
'
--w3m-z-index
'
:
zIndex
?.
popover
?.
value
,
'
--w3m-z-index
'
:
zIndex
?.
modal2
?.
value
,
},
},
featuredWalletIds
:
[],
featuredWalletIds
:
[],
allowUnsupportedChain
:
true
,
allowUnsupportedChain
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment