Parcourir la source

Fixed css issue for iPad Safari for Music Embedded player

Toby Chui il y a 3 ans
Parent
commit
e5214b6d19
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 	}