mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 22:31:46 +00:00
Compare commits
2 Commits
8a7b874ac0
...
6fdf76952f
| Author | SHA1 | Date | |
|---|---|---|---|
| 6fdf76952f | |||
| 41a1c82ee5 |
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user