- fix mobile sheld/body

- was not resetting to bottom after virtual KB/rotate
This commit is contained in:
RossAscends
2023-04-22 17:47:32 +09:00
parent 89e915855d
commit 9069422a12

View File

@@ -3377,6 +3377,8 @@ body.movingUI #expression-holder {
body { body {
touch-action: none; touch-action: none;
overflow: hidden; overflow: hidden;
position: fixed;
} }
.drawer-content { .drawer-content {