From cc7d8296f0159ce4239359947dc271766de877c1 Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Fri, 15 May 2026 11:56:19 -0700 Subject: [PATCH] Fix unnecessary scrollbars on web (#10502) --- src/view/com/util/List.web.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/view/com/util/List.web.tsx b/src/view/com/util/List.web.tsx index 0c9669edcc..080758ed6a 100644 --- a/src/view/com/util/List.web.tsx +++ b/src/view/com/util/List.web.tsx @@ -340,7 +340,9 @@ function ListImpl( ref={containerRef} style={[ contentContainerStyle, - desktopFixedHeight ? styles.minHeightViewport : null, + desktopFixedHeight && !disableFullWindowScroll + ? styles.minHeightViewport + : null, ]}>