fix: PWA display issues (#653)

* feat: re-apply PWA changes from previous PR

* feat: adjust padding on pages for mobile

* fix: Add position relative to netWorthChart to avoid overflow issues on mobile

* fix: Add safe-area to progress bar

* feat: add missing class on html

* fix: Replace touch-none with overscroll-none
This commit is contained in:
Alessio Cappa
2026-01-15 12:53:35 +01:00
committed by GitHub
parent 5d6abf7b48
commit fabd60c098
10 changed files with 17 additions and 18 deletions

View File

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