Half-fix for scrollbar white corner on Chrome
| @@ -182,6 +182,10 @@ body.movingUI ::-webkit-scrollbar-thumb:vertical { | ||
| 182 | 182 | min-width: 40px; |
| 183 | 183 | } |
| 184 | 184 | |
| 185 | +::-webkit-scrollbar-corner { | |
| 186 | + background-color: transparent; | |
| 187 | +} | |
| 188 | + | |
| 185 | 189 | table.responsiveTable { |
| 186 | 190 | width: 100%; |
| 187 | 191 | margin: 10px 0; |
| @@ -4675,10 +4679,6 @@ body:not(.sd) .mes_img_swipes { | ||
| 4675 | 4679 | width: 100%; |
| 4676 | 4680 | } |
| 4677 | 4681 | |
| 4678 | -.img_enlarged_holder::-webkit-scrollbar-corner { | |
| 4679 | - background-color: transparent; | |
| 4680 | -} | |
| 4681 | - | |
| 4682 | 4682 | .img_enlarged_container pre code { |
| 4683 | 4683 | position: relative; |
| 4684 | 4684 | display: block; |