diff --git a/src/kc-ui/element.ts b/src/kc-ui/element.ts index 7f3c2e0..0fb60ef 100644 --- a/src/kc-ui/element.ts +++ b/src/kc-ui/element.ts @@ -21,6 +21,11 @@ const common_styles = css` display: none !important; } + :host { + scrollbar-width: thin; + scrollbar-color: #ae81ff #282634; + } + ::-webkit-scrollbar { position: absolute; width: 6px;