From dafb661581a743cebfa881a004e153e038843441 Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Fri, 28 Aug 2020 15:25:37 +0800 Subject: [PATCH] fix: sidebar horizontal scroll bar --- docs/index.html | 1 + index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/index.html b/docs/index.html index 5140aaa0d..c55ece543 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,6 +22,7 @@ #carbonads { box-shadow: none !important; + width: auto !important; } diff --git a/index.html b/index.html index 8247ce5f5..bfe0778b0 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,7 @@ #carbonads { box-shadow: none !important; + width: auto !important; }