Skip to content

Commit

Permalink
show faucet dropdown over other content
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Jun 24, 2024
1 parent 59c0d77 commit 0967487
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,6 @@

.less-iridescent {
background: linear-gradient(269.96deg, rgba(243, 184, 216, 0.4) -42.8%, rgba(183, 147, 233, 0.4) -24.03%, rgba(159, 212, 243, 0.4) -5.26%, rgba(255, 210, 196, 0.4) 13.51%, rgba(251, 243, 243, 0.4) 32.28%, rgba(217, 171, 223, 0.4) 51.05%, rgba(175, 156, 227, 0.4) 69.82%, rgba(170, 228, 225, 0.4) 88.59%, rgba(198, 234, 208, 0.4) 107.36%, rgba(255, 255, 255, 0.4) 126.13%, rgba(253, 181, 228, 0.4) 144.9%), linear-gradient(0deg, #EBEBEB, #EBEBEB)
}
}

div[data-radix-popper-content-wrapper] { z-index: 10 !important; }
2 changes: 2 additions & 0 deletions web/src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ button {
a {
all: unset;
}

div[data-radix-popper-content-wrapper] { z-index: 10 !important; }

0 comments on commit 0967487

Please sign in to comment.