Преглед изворни кода

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