From 90dd654c471e2432bb9dceb4ce76801d49994196 Mon Sep 17 00:00:00 2001 From: TheYoungManLi Date: Wed, 16 Mar 2022 23:10:59 +0800 Subject: [PATCH] fix: Meetup scroll problem Signed-off-by: TheYoungManLi --- assets/scss/live.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/live.scss b/assets/scss/live.scss index a94fd87f0..f12fbd835 100644 --- a/assets/scss/live.scss +++ b/assets/scss/live.scss @@ -423,7 +423,7 @@ &>ul { margin-top: 16px; display: flex; - overflow: scroll; + overflow: hidden; background: linear-gradient(to top, rgba(255, 255, 255, 0.08) 5%, transparent 5%) no-repeat; li {