Skip to content

Commit c825723

Browse files
committed
chore: sidebar overflow-replaced
1 parent f6416ff commit c825723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Components/CICDHistory/Sidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const Sidebar = React.memo(
289289
const reloadNextAfterBottom = () => {
290290
ReactGA.event({
291291
category: 'pagination',
292-
action: 'scroll',
292+
action: 'auto',
293293
label: `${type.toLowerCase()}-history`,
294294
value: triggerHistory.size,
295295
})
@@ -371,7 +371,7 @@ const Sidebar = React.memo(
371371
</div>
372372
)}
373373

374-
<div className="flex column top left flex-grow-1 dc__hide-hscroll p-8" style={{ overflowY: 'auto' }}>
374+
<div className="flex column top left flex-grow-1 dc__overflow-auto p-8">
375375
{fetchIdData === FetchIdDataStatus.SUCCESS && (
376376
<ViewAllCardsTile handleViewAllHistory={handleViewAllHistory} />
377377
)}

0 commit comments

Comments
 (0)