We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6416ff commit c825723Copy full SHA for c825723
src/Shared/Components/CICDHistory/Sidebar.tsx
@@ -289,7 +289,7 @@ const Sidebar = React.memo(
289
const reloadNextAfterBottom = () => {
290
ReactGA.event({
291
category: 'pagination',
292
- action: 'scroll',
+ action: 'auto',
293
label: `${type.toLowerCase()}-history`,
294
value: triggerHistory.size,
295
})
@@ -371,7 +371,7 @@ const Sidebar = React.memo(
371
</div>
372
)}
373
374
- <div className="flex column top left flex-grow-1 dc__hide-hscroll p-8" style={{ overflowY: 'auto' }}>
+ <div className="flex column top left flex-grow-1 dc__overflow-auto p-8">
375
{fetchIdData === FetchIdDataStatus.SUCCESS && (
376
<ViewAllCardsTile handleViewAllHistory={handleViewAllHistory} />
377
0 commit comments