diff --git a/src/views/home/aside/comp/AdvanceFilter.vue b/src/views/home/aside/comp/AdvanceFilter.vue index 55c1af3..70951f6 100644 --- a/src/views/home/aside/comp/AdvanceFilter.vue +++ b/src/views/home/aside/comp/AdvanceFilter.vue @@ -356,11 +356,11 @@ const moveEnd = () => { height: 200px; overflow-x: hidden; overflow-y: auto; - scrollbar-width: none; /* firefox */ - -ms-overflow-style: none; /* IE 10+ */ + scrollbar-width: thin; /* firefox */ + -ms-overflow-style: thin; /* IE 10+ */ &::-webkit-scrollbar { - display: none; + display: thin; } li {