瀏覽代碼

Fixed playlist songs overflowing playlist ul.

KrisVos130 9 年之前
父節點
當前提交
8996cf82aa
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/app.css

+ 2 - 0
app/app.css

@@ -855,6 +855,8 @@ footer .fa {
     padding: 0;
     color: white;
     font-size: 1.5em;
+    max-height: 90%;
+    overflow: auto;
 }
 
 #s2 {