sophieChenyx 6 лет назад
Родитель
Сommit
c87edc1d28
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      src/stage/index/style/DownloadScene.less

+ 3 - 1
src/stage/index/style/DownloadScene.less

@@ -111,12 +111,14 @@
 		display:block;
 		height: 7.39rem;
     	overflow: auto;
-
 		.scroll-lines-wrapper{
 			z-index: 1;
 			position: absolute;
 			margin-top: 0;
 		}
+		&::-webkit-scrollbar {
+			display: none;
+		}
 	}//content-wrapper
 
 	.row {