Browse Source

Merge pull request #988 from bhikkhu-kosalla-china/laravel

最近阅读列表样式优化
Bhikkhu China Kosalla 3 years ago
parent
commit
0ebba4fbfe
1 changed files with 2 additions and 1 deletions
  1. 2 1
      public/app/palicanon/style.css

+ 2 - 1
public/app/palicanon/style.css

@@ -324,11 +324,12 @@ li.level_1.selected {
 .bangdan li{
     list-style-type:unset;
     white-space: nowrap;
-    overflow: auto;
+    /*overflow: auto; 单独列表取消滚动条*/
 }
 .bangdan ol{
     padding-left: 1.5em;
     width: 200px;
+    overflow: auto;/*整体列表增加滚动条*/
 }
 
 .chapter_list ul {