import {LitElement, html, unsafeCSS} from 'lit'; import {customElement} from 'lit/decorators.js'; import compentStyle from './scrollbar.css?inline'; @customElement('obc-scrollbar') export class ObcScrollbar extends LitElement { override render() { return html`