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;