From 5e0a61bab2ada59c22276bea6f16db6c5a2509e9 Mon Sep 17 00:00:00 2001 From: Wolfsblvt Date: Sat, 7 Sep 2024 21:33:36 +0200 Subject: [PATCH] Half-fix for scrollbar white corner on Chrome --- public/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/style.css b/public/style.css index 68a62dfbb..91726dd63 100644 --- a/public/style.css +++ b/public/style.css @@ -182,6 +182,10 @@ body.movingUI ::-webkit-scrollbar-thumb:vertical { min-width: 40px; } +::-webkit-scrollbar-corner { + background-color: transparent; +} + table.responsiveTable { width: 100%; margin: 10px 0; @@ -4675,10 +4679,6 @@ body:not(.sd) .mes_img_swipes { width: 100%; } -.img_enlarged_holder::-webkit-scrollbar-corner { - background-color: transparent; -} - .img_enlarged_container pre code { position: relative; display: block;