removed scrolling inside job - status logs
This commit is contained in:
parent
7930876b7d
commit
8f6d877548
@ -31,11 +31,9 @@ const JobStatusLog = ({ data }) => {
|
||||
return (
|
||||
<div className="card shadow-none p-0">
|
||||
<div className="card-body p-3">
|
||||
<div className="timeline-container overflow-auto" style={{ maxHeight: "400px" }}>
|
||||
<Timeline items={timelineData} transparent={true} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user