mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
iOS Safari can fail to honour transform: translateX(-100%) on position:fixed elements, leaving the sidebar sitting over the content at z-index 100 and blocking the mobile-header (z-index 50) that contains the hamburger. Add visibility: hidden to the closed mobile sidebar. A transition-delay of 0.3s (matching the transform duration) keeps the slide-out animation intact — the sidebar slides away first, then disappears. The open state resets the transition immediately so the sidebar becomes visible before sliding in. https://claude.ai/code/session_017r3kqm4FgEGy2DPPzYcLYQ |
||
|---|---|---|
| .. | ||
| assets | ||
| pages | ||
| posts | ||
| config.yml | ||
| index.html | ||
| manifest.json | ||
| nav.yml | ||
| search.json | ||
| service-worker.js | ||
| theme.yml | ||