@utility filter-scrollable{scrollbar-gutter: stable; scrollbar-width: thin; scrollbar-color: var(--color-border-default) transparent; &::-webkit-scrollbar { width: 6px; } &::-webkit-scrollbar-track { background: transparent; } &::-webkit-scrollbar-thumb { background-color: var(--color-border-default); border-radius: 3px; } &::-webkit-scrollbar-thumb:hover { background-color: var(--color-fg-secondary); }}
