Skip to content

Commit

Permalink
Merge pull request #417 from curvefi/fix/hide-scroll-btn-on-connect
Browse files Browse the repository at this point in the history
fix: wcm z-index override
  • Loading branch information
amytsang authored Oct 24, 2024
2 parents 3eb04fd + 21552f4 commit 1536be3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ui/src/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@
--z-index-tab: 1;
--z-index-tooltip: 1;
}

body {
--wcm-z-index: 101; /* Wallet Connect has an option to override its theme, but this object is not exposed in Onboard, so the override is handled in the UI library. See https://docs.reown.com/advanced/walletconnectmodal/theming for more overrides*/
}


0 comments on commit 1536be3

Please sign in to comment.