Skip to content

Commit

Permalink
Override Layer z-index
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
Andrea Rosci authored and Andrea Rosci committed Dec 7, 2023
1 parent ace82ab commit 7d2ff50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ const theme = {
},
layer: {
container: {
zIndex: 40,
zIndex: 5000,
},
zIndex: 30,
zIndex: 4999,
},
text: {
medium: {
Expand Down

0 comments on commit 7d2ff50

Please sign in to comment.