updated design consistency

This commit is contained in:
Ren Amamiya
2023-02-23 09:24:27 +07:00
parent eae708e07c
commit 43366ea623
3 changed files with 7 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ export function Thread({ data }: { data: any }) {
}}
overscan={800}
increaseViewportBy={1000}
className="scrollbar-hide relative h-full w-full"
className="scrollbar-hide relative h-full w-full rounded-lg"
style={{
contain: 'strict',
}}