Improve leave animation on new thread form

This commit is contained in:
Tom Moor
2023-02-27 23:00:27 -05:00
parent 58ff82e7b9
commit 69612641ce
2 changed files with 4 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ function Comments() {
onClose={ui.collapseComments}
scrollable={false}
>
<Scrollable hiddenScrollbars topShadow bottomShadow>
<Scrollable bottomShadow={!focusedComment} hiddenScrollbars topShadow>
<Wrapper $hasComments={hasComments}>
{hasComments ? (
threads.map((thread) => (