From 8218a2f538cb21c3e3c3a235b908f5d809604614 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Tue, 12 Jul 2022 10:21:24 +0800 Subject: [PATCH] fix: remove block overflow fix fix https://github.com/pengx17/logseq-dev-theme/issues/70 --- src/bullet_threading.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/bullet_threading.scss b/src/bullet_threading.scss index 7aeedc7..40d3aa3 100644 --- a/src/bullet_threading.scss +++ b/src/bullet_threading.scss @@ -44,12 +44,6 @@ overflow-x: visible !important; /* Fixme: overflow? */ } -.block-content-wrapper > div:first-child { - padding: 1px; - margin: -1px; - overflow-x: auto; -} - .bullet-container { height: 14px !important; width: 14px !important;