fix(favorites-popup): fix sidebar spacing issue caused by scroll bar (#941)

This commit is contained in:
Konv Suu
2024-07-31 12:12:13 +08:00
committed by GitHub
parent 74848eb983
commit 68bc8d5b10

View File

@@ -180,7 +180,7 @@ defineExpose({
<main flex="~" overflow-hidden rounded="$bew-radius">
<aside
w="120px" h="430px" overflow="y-scroll" rounded="l-$bew-radius"
w="120px" h="430px" overflow="y-auto" rounded="l-$bew-radius"
flex="shrink-0" bg="$bew-fill-1"
>
<ul grid="~ cols-1">