diff --git a/web/src/styles/index.css b/web/src/styles/index.css index a4d2770..507145b 100644 --- a/web/src/styles/index.css +++ b/web/src/styles/index.css @@ -48,10 +48,20 @@ box-sizing: border-box; } - /* Scrollbars hidden for terminal feel */ + /* Thin themed scrollbar for chat area */ *::-webkit-scrollbar { - width: 0px; - height: 0px; + width: 6px; + height: 6px; + } + *::-webkit-scrollbar-track { + background: var(--gb-bg); + } + *::-webkit-scrollbar-thumb { + background: var(--gb-bg-t); + border-radius: 3px; + } + *::-webkit-scrollbar-thumb:hover { + background: var(--gb-fg-f); } input, textarea, button {