[fix] hide scrollbar
This commit is contained in:
parent
36a27d7572
commit
d2e2c3b5bb
|
@ -54,6 +54,8 @@
|
||||||
#search-result
|
#search-result
|
||||||
max-height: 60vh
|
max-height: 60vh
|
||||||
overflow: scroll
|
overflow: scroll
|
||||||
|
scrollbar-width: none
|
||||||
|
scrollbar(0, 0)
|
||||||
border-radius: $border-card
|
border-radius: $border-card
|
||||||
&:empty
|
&:empty
|
||||||
display: none
|
display: none
|
||||||
|
|
Loading…
Reference in New Issue