浏览代码

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;
 	}