Skip to content

Commit

Permalink
fix: prevent scrolling of parent when in an iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
ianshade committed Mar 26, 2020
1 parent c47c3b8 commit bb48c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/assets/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ body {
font-family: sans-serif;
background-color: black;
user-select: none;
overscroll-behavior: contain;
}

.App {
Expand Down

0 comments on commit bb48c54

Please sign in to comment.