소스 검색

Fixed css issue for iPad Safari for Music Embedded player

Toby Chui 3 년 전
부모
커밋
e5214b6d19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/Music/embedded.html

+ 1 - 1
web/Music/embedded.html

@@ -129,7 +129,7 @@
 	.sameDirFileList{
 		width:100%;
 		height:calc(100% - 220px) !important;
-		background-color:rgba(243, 243, 243, 0.8);
+		background-color:rgba(243, 243, 243, 0.95);
 		overflow-y:auto;
 		overflow-x:hidden;
 	}