Skip to content

Commit

Permalink
fix: render replies to fill the screen height (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidhaan authored Mar 6, 2023
1 parent cb0b7b5 commit bc09a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/[[server]]/@[account]/[status].vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ onReactivated(() => {
v-slot="{ item, index, active }"
:items="context?.descendants || []"
:min-item-size="200"
:buffer="800"
key-field="id"
page-mode
>
Expand Down

0 comments on commit bc09a28

Please sign in to comment.