New Logs Panel: always show horizontal scroll when unwrapped (#108530)

This commit is contained in:
Matias Chomicki
2025-07-23 17:10:22 +02:00
committed by GitHub
parent 0f9ea44144
commit 10b235ec75
@@ -475,7 +475,7 @@ const LogListComponent = ({
outerRef={scrollRef}
overscanCount={5}
ref={listRef}
style={{ overflowY: 'scroll' }}
style={wrapLogMessage ? { overflowY: 'scroll' } : { overflow: 'scroll' }}
width="100%"
>
{Renderer}