From a12e47e3f66f5a8ba94ad7e7f2415042147584ea Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Tue, 26 Apr 2022 00:08:57 +0800 Subject: [PATCH] fix: fix previous not properly --- src/bullet_threading.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bullet_threading.scss b/src/bullet_threading.scss index ed5d86a..02c303a 100644 --- a/src/bullet_threading.scss +++ b/src/bullet_threading.scss @@ -37,12 +37,12 @@ } .block-content-wrapper { - padding: 1px; position: relative; overflow-x: visible !important; /* Fixme: overflow? */ } .block-content-wrapper > div:first-child { + padding: 1px; overflow-x: auto; }