[Chat] adjust list insets on web (#10524)

This commit is contained in:
Samuel Newman
2026-05-18 18:00:20 +01:00
committed by GitHub
parent ff731849b0
commit b1ce519361
2 changed files with 3 additions and 5 deletions
@@ -525,7 +525,7 @@ export function MessagesList({
style={web({
scrollbarWidth: 'thin',
scrollbarColor: `${t.palette.contrast_100} transparent`,
scrollbarGutter: 'stable both-edges',
scrollbarGutter: 'stable',
})}
contentInset={{top: transparentHeaderHeight}}
scrollIndicatorInsets={{top: transparentHeaderHeight}}