Compare commits

...

2 Commits

Author SHA1 Message Date
Marek Maslowski 6fdf76952f Merge 41a1c82ee5 into 002ea91be8 2026-04-24 17:22:18 +00:00
Marek Maslowski 41a1c82ee5 fix for mobile 2026-04-24 19:22:13 +02:00
@@ -2214,7 +2214,7 @@ const DayPlanSidebar = React.memo(function DayPlanSidebar({
{/* ICS subscription dialog */}
{icsDialog && ReactDOM.createPortal(
<div style={{
position: 'fixed', inset: 0, zIndex: 1000,
position: 'fixed', inset: 0, zIndex: 10000,
display: 'flex', alignItems: 'center', justifyContent: 'center',
background: 'rgba(0,0,0,0.3)', backdropFilter: 'blur(3px)',
}} onClick={closeIcsDialog}>