Remove relative positioning from net worth chart div (#687)

The 'relative' class was removed from the net worth chart container, possibly to resolve layout or stacking issues. The chart should now rely on default positioning.
This commit is contained in:
Mark Hendriksen
2026-01-18 11:21:35 +01:00
committed by GitHub
parent 3575c1e68a
commit 79d14c142f

View File

@@ -26,7 +26,7 @@
<% if series.any? %>
<div
id="netWorthChart"
class="w-full flex-1 relative min-h-52"
class="w-full flex-1 min-h-52"
data-controller="time-series-chart"
data-time-series-chart-data-value="<%= series.to_json %>"></div>
<% else %>