New Logs Panel: always show horizontal scroll when unwrapped (#108530)
This commit is contained in:
@@ -475,7 +475,7 @@ const LogListComponent = ({
|
||||
outerRef={scrollRef}
|
||||
overscanCount={5}
|
||||
ref={listRef}
|
||||
style={{ overflowY: 'scroll' }}
|
||||
style={wrapLogMessage ? { overflowY: 'scroll' } : { overflow: 'scroll' }}
|
||||
width="100%"
|
||||
>
|
||||
{Renderer}
|
||||
|
||||
Reference in New Issue
Block a user