diff --git a/public/style.css b/public/style.css index 5eae58cab..40e64641c 100644 --- a/public/style.css +++ b/public/style.css @@ -139,6 +139,7 @@ body { ::-webkit-scrollbar { width: 10px; + height: 10px; scrollbar-gutter: stable; } @@ -146,7 +147,7 @@ body { overflow-y: auto !important; } -::-webkit-scrollbar-thumb { +::-webkit-scrollbar-thumb:vertical { background-color: var(--grey7070a); box-shadow: inset 0 0 0 1px var(--black50a); border-radius: 10px; @@ -155,6 +156,15 @@ body { border-top: 20px solid transparent; min-height: 40px; } +::-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; +} table.responsiveTable { width: 100%;