mirror of
https://github.com/sasjs/server.git
synced 2026-01-08 23:10:05 +00:00
fix(log): fixed single chunk scrolling
This commit is contained in:
@@ -145,7 +145,6 @@ const LogChunk = (props: LogChunkProps) => {
|
||||
</button>
|
||||
<div
|
||||
style={{
|
||||
padding: '0 18px',
|
||||
backgroundColor: 'white',
|
||||
display: expanded ? 'block' : 'none',
|
||||
overflow: 'hidden'
|
||||
|
||||
Reference in New Issue
Block a user