Skip to content

Commit

Permalink
add opacity to the timeline component
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Oct 8, 2023
1 parent 2e1bf81 commit e7628a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Timeline.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export default function VersionsTimeline({versionHistory, branch}) {
maxHeight: '300px',
marginTop: '14px',
width: '100%',
opacity: .9,
position: 'relative', // Ensuring nested sticky positions work correctly
}}
>
Expand Down

0 comments on commit e7628a5

Please sign in to comment.