Skip to content

Commit

Permalink
Fix: keystone modal scroll (#2170)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jun 27, 2023
1 parent b9e2b18 commit bdf01e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/onboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
#kv_sdk_container + .ReactModalPortal > div {
z-index: 1301 !important;
}
#kv_sdk_container + .ReactModalPortal .ReactModal__Content {
padding: 0 !important;
}

/* Ledger modal */
.ledger-ck-modal > div#ModalWrapper {
Expand Down

0 comments on commit bdf01e1

Please sign in to comment.