diff --git a/public/style.css b/public/style.css index 6c5c409d1..39e05286d 100644 --- a/public/style.css +++ b/public/style.css @@ -155,17 +155,19 @@ body { border-radius: 10px; background-clip: content-box; border: 2px solid transparent; - border-top: 20px solid transparent; min-height: 40px; } +body.movingUI ::-webkit-scrollbar-thumb:vertical { + border-top: 20px solid transparent; +} + ::-webkit-scrollbar-thumb:horizontal { background-color: var(--grey7070a); box-shadow: inset 0 0 0 1px var(--black50a); border-radius: 10px; background-clip: content-box; border: 2px solid transparent; - border-left: 20px solid transparent; min-width: 40px; }