Skip to content

Commit

Permalink
fix: timeline not visible in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
BRaimbault committed Dec 18, 2024
1 parent 1487d0b commit aff5044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/periods/Timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ class Timeline extends Component {
<svg
className={`dhis2-map-timeline ${styles.timeline}`}
style={{
height: `${32 + rectTotalHeight}`,
bottom: `30`,
height: `${32 + rectTotalHeight}px`,
bottom: `30px`,
}}
>
{/* Play/Pause Button */}
Expand Down

0 comments on commit aff5044

Please sign in to comment.