diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx index 26be77aefa..67dada50f9 100644 --- a/src/components/LayerUI.tsx +++ b/src/components/LayerUI.tsx @@ -461,7 +461,7 @@ const LayerUI = ({ renderCustomStats={renderCustomStats} /> )} - {appState.scrolledOutside && ( + {appState.scrolledOutside && !appState.scrollConstraints && (