From 9069422a122ac41c3e8c8431c1a2c0a7966c73d6 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Sat, 22 Apr 2023 17:47:32 +0900 Subject: [PATCH] - fix mobile sheld/body - was not resetting to bottom after virtual KB/rotate --- public/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/style.css b/public/style.css index 7dea17f86..e7f872358 100644 --- a/public/style.css +++ b/public/style.css @@ -3377,6 +3377,8 @@ body.movingUI #expression-holder { body { touch-action: none; overflow: hidden; + position: fixed; + } .drawer-content {