Half-fix for scrollbar white corner on Chrome

5e0a61bab2ada59c22276bea6f16db6c5a2509e9

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +4 -4Showing whitespace changes
public/style.css+4 -4
@@ -182,6 +182,10 @@ body.movingUI ::-webkit-scrollbar-thumb:vertical {
182182 min-width: 40px;
183183}
184184
185+::-webkit-scrollbar-corner {
186+ background-color: transparent;
187+}
188+
185189table.responsiveTable {
186190 width: 100%;
187191 margin: 10px 0;
@@ -4675,10 +4679,6 @@ body:not(.sd) .mes_img_swipes {
46754679 width: 100%;
46764680}
46774681
4678-.img_enlarged_holder::-webkit-scrollbar-corner {
4679- background-color: transparent;
4680-}
4681-
46824682.img_enlarged_container pre code {
46834683 position: relative;
46844684 display: block;