scrollbar style

This commit is contained in:
Tsanie Lily 2023-03-31 22:21:42 +08:00
parent 9677f6a82d
commit 671a075c48

View File

@ -1,5 +1,5 @@
@import './variables/definition.scss';
// @import './functions/func.scss';
@import './functions/func.scss';
@import './functions/checkbox.scss';
$headerHeight: 26px;
@ -227,6 +227,7 @@ $listMaxHeight: 210px;
max-height: $listMaxHeight;
overflow-y: auto;
font-size: .875rem;
@include scrollbar();
&.filtered>li:first-child {
background-color: $hoverColor;