MOxFIVE / hexo-theme-yelee

简而不减 Hexo 双栏博客主题; Another simple and elegant theme for Hexo.
http://moxfive.xyz/
1.38k stars 328 forks source link

Firefox 中侧边栏滚动条消失 #161

Open Arondight opened 7 years ago

Arondight commented 7 years ago

该问题由提交 148122a3b9804298b2f7608c76539fb9e7a7fd7e 引入

diff --git a/source/css/_partial/main.styl b/source/css/_partial/main.styl
index 6bb68a2..e70d146 100644
--- a/source/css/_partial/main.styl
+++ b/source/css/_partial/main.styl
@@ -153,7 +153,7 @@
         float: none;
         min-height: @line-height * 3;
         max-height: @line-height * 5;
-        overflow: auto;
+        overflow: visible;^M
         text-align: center;
         display: -webkit-box;
         -webkit-box-orient: horizontal;