[fix] hide scrollbar

This commit is contained in:
xaoxuu 2024-01-17 14:23:12 +08:00
parent 36a27d7572
commit d2e2c3b5bb
1 changed files with 2 additions and 0 deletions

View File

@ -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