image preview tweaks on mobile

This commit is contained in:
lowcarbdev
2025-11-22 16:18:47 -07:00
parent e38e8fd149
commit 62cc998f3b
2 changed files with 34 additions and 1 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ function App() {
</div>
{/* Date Filter */}
<div className="bg-white border-bottom shadow-sm" style={{zIndex: 1025, position: 'relative'}}>
<div className="date-filter-container bg-white border-bottom shadow-sm" style={{zIndex: 1025, position: 'relative'}}>
<DateFilter
startDate={startDate}
endDate={endDate}