Skip to content

Commit 1cb150c

Browse files
authored
feat: disable vertical scroll on the chart outside y-axis (#16330)
1 parent 70d147a commit 1cb150c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/trader/src/AppV2/Containers/Chart/trade-chart.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ const TradeChart = observer(() => {
148148
enabledChartFooter={false}
149149
id='trade'
150150
isMobile={isMobile}
151+
isVerticalScrollEnabled={false}
151152
maxTick={isMobile ? max_ticks : undefined}
152153
granularity={show_digits_stats || is_accumulator ? 0 : granularity}
153154
requestAPI={wsSendRequest}

0 commit comments

Comments
 (0)