Skip to content

Commit

Permalink
Scrolling improvements for mobile Chrome:
Browse files Browse the repository at this point in the history
- Add the interactive-widget=resizes-content viewport meta tag to help avoid the gameport scrolling offscreen
- Scroll buffer windows after metrics change so that they're still scrolled correctly
  • Loading branch information
curiousdannii committed Dec 24, 2023
1 parent f9326a8 commit f917c4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/web/parchment.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ body {
left: 0px;
margin: 0 auto;
max-width: 900px;
overflow: hidden;
position: absolute;
right: 0px;
top: 0px;
Expand Down

0 comments on commit f917c4b

Please sign in to comment.