默认提交
Showing
2 changed files
with
17 additions
and
1 deletions
| ... | @@ -188,3 +188,19 @@ | ... | @@ -188,3 +188,19 @@ |
| 188 | .container{ | 188 | .container{ |
| 189 | -ms-overflow-style: none; | 189 | -ms-overflow-style: none; |
| 190 | } | 190 | } |
| 191 | |||
| 192 | .list-container::-webkit-scrollbar { | ||
| 193 | display: none; | ||
| 194 | } | ||
| 195 | |||
| 196 | .list-container{ | ||
| 197 | -ms-overflow-style: none; | ||
| 198 | } | ||
| 199 | |||
| 200 | .table-content::-webkit-scrollbar { | ||
| 201 | display: none; | ||
| 202 | } | ||
| 203 | |||
| 204 | .table-content{ | ||
| 205 | -ms-overflow-style: none; | ||
| 206 | } | ... | ... |
-
Please register or sign in to post a comment