소스 검색

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 {