From f732ac2fde16e286d0c10136da5152ec1dd6da88 Mon Sep 17 00:00:00 2001 From: pypy Date: Sun, 1 Nov 2020 13:10:19 +0900 Subject: [PATCH] fix vertical scroll --- html/src/vr.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/src/vr.scss b/html/src/vr.scss index af0cfa80..b9fc74c0 100644 --- a/html/src/vr.scss +++ b/html/src/vr.scss @@ -184,11 +184,10 @@ button { position: relative; flex: none; padding: 10px; - overflow: hidden; + overflow: hidden auto; } .x-friend-list { - overflow: hidden auto; } .x-friend-item {