Skip to content

Commit 18e6589

Browse files
committed
💄 Add a cross-platform unified .b3-select style
1 parent 353ee3c commit 18e6589

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/assets/scss/component/_select.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
border: 1px solid var(--b3-theme-surface-lighter);
3636
background-color: var(--b3-menu-background);
3737
padding: 8px;
38+
scrollbar-width: thin;
39+
scrollbar-color: var(--b3-scroll-color) transparent;
3840
}
3941

4042
&::picker-icon {

0 commit comments

Comments
 (0)