fix
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -172,6 +172,10 @@ span.info { | ... | @@ -172,6 +172,10 @@ span.info { |
| 172 | margin: 15px 5px; | 172 | margin: 15px 5px; |
| 173 | } | 173 | } |
| 174 | 174 | ||
| 175 | .suggested::-webkit-scrollbar { | ||
| 176 | display: none; | ||
| 177 | } | ||
| 178 | |||
| 175 | code br:nth-child(-n+2) { | 179 | code br:nth-child(-n+2) { |
| 176 | display: none; | 180 | display: none; |
| 177 | } | 181 | } | ... | ... |
-
Please register or sign in to post a comment