Browse Source

Fixed playlist songs overflowing playlist ul.

KrisVos130 9 years ago
parent
commit
8996cf82aa
1 changed files with 2 additions and 0 deletions
  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 {