Skip to content

Commit

Permalink
Fix: reset body scroll after mobile pairing (#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Sep 5, 2023
1 parent b04ba7e commit 8c15c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/pairing/QRModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const close = () => {
const wrapper = document.getElementById(WRAPPER_ID)
if (wrapper) {
document.body.removeChild(wrapper)
document.body.style.overflow = ''
}
}

Expand Down

0 comments on commit 8c15c18

Please sign in to comment.