diff --git a/CHANGELOG.md b/CHANGELOG.md index c46b32e..fc84413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project follows [Semantic Versioning](https://semver.org/). ## [Unreleased] +### Fixed + +- Reports: on mobile, the report popup's close button now sits pinned beside the title instead of getting cut off inline with the Print/Email/Excel/WhatsApp buttons, which now have their own wrapping row below. +- Reports: on mobile, the page header's search box and Back button no longer run off-screen — they now sit on their own row and shrink to fit. +- Reports: the sidebar's custom date range inputs (From/To) are now stacked instead of side-by-side, fixing them overflowing outside the filter box on desktop. + ## [1.4.0] - 2026-08-04 ### Added diff --git a/frontend/src/components/reports/ReportViewerModal.tsx b/frontend/src/components/reports/ReportViewerModal.tsx index 3c548e7..99d1f4c 100644 --- a/frontend/src/components/reports/ReportViewerModal.tsx +++ b/frontend/src/components/reports/ReportViewerModal.tsx @@ -22,24 +22,34 @@ export default function ReportViewerModal({
{description}
}{description}
}View, export, or email operational reports for events.