Przeglądaj źródła

Fixed css issue for iPad Safari for Music Embedded player

Toby Chui 3 lat temu
rodzic
commit
e5214b6d19
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 	}