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, ]}>