From f917c4be5669dae51dbbae2f77325a4dbc84ade8 Mon Sep 17 00:00:00 2001 From: Dannii Willis Date: Sun, 24 Dec 2023 18:06:40 +1000 Subject: [PATCH] Scrolling improvements for mobile Chrome: - 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 --- src/upstream/asyncglk | 2 +- src/web/parchment.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/upstream/asyncglk b/src/upstream/asyncglk index 58e4d7eb..9c45e355 160000 --- a/src/upstream/asyncglk +++ b/src/upstream/asyncglk @@ -1 +1 @@ -Subproject commit 58e4d7eba2f9b8036aaeaa28122ff42dae79f88f +Subproject commit 9c45e3550e7f61ac45cd91c9464f993a09272c21 diff --git a/src/web/parchment.css b/src/web/parchment.css index 24515419..f2603caf 100644 --- a/src/web/parchment.css +++ b/src/web/parchment.css @@ -22,7 +22,6 @@ body { left: 0px; margin: 0 auto; max-width: 900px; - overflow: hidden; position: absolute; right: 0px; top: 0px;