From 88d2207abeaf4fe1ccffd898b82f6759a83f2595 Mon Sep 17 00:00:00 2001 From: zhang sheng <244212647@qq.com> Date: Mon, 1 Nov 2021 22:35:21 +0800 Subject: [PATCH] fix last item be cover after add view_count feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复增加阅读次数后,目录最后一项会被盖住的问题 --- static/css/kancloud.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/kancloud.css b/static/css/kancloud.css index dc6a47fa..c105160e 100644 --- a/static/css/kancloud.css +++ b/static/css/kancloud.css @@ -265,7 +265,7 @@ table>tbody>tr:hover{ right: 0; overflow-y: auto; background-color: #fafafa; - margin-bottom: 35px; + margin-bottom: 60px; } .m-manual .manual-tab .tab-item.active { @@ -1173,4 +1173,4 @@ table>tbody>tr:hover{ opacity: .3; z-index: 3000 } -} \ No newline at end of file +}