mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(favorites-popup): fix sidebar spacing issue caused by scroll bar (#941)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user