Commit graph

10 commits

Author SHA1 Message Date
isUnknown
03032dcda8 fix: overlay and menu z-index, site-title back in header
- Restore #site-title inside #site-header
- Overlay below header (z-header - 2), menu below header (z-header - 1)
- Header stays above overlay; when menu-open, dim all header elements
  except #site-title (opacity trick)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 12:01:14 +01:00
isUnknown
b954824e41 fix: overlay above header, site-title above overlay
Move #site-title out of #site-header to its own stacking context,
enabling independent z-index control. Z-index order:
- #site-header: --z-header (2000)
- #menu-overlay: --z-header + 1
- #site-menu: --z-header + 2
- #site-title: --z-header + 3

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 11:54:32 +01:00
isUnknown
da2abad099 feat: replace menu opacity hack with proper overlay
- Add #menu-overlay div (fixed, full screen, z-index below menu)
- Overlay fades in/out via opacity+visibility transition (cursor: pointer)
- Click on overlay closes the menu
- Remove opacity: 0.1 hack on main/footer/etc. when menu-open

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 11:50:11 +01:00
Julie Blanc
e5727b5630 site nav
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
2026-02-26 17:24:54 +01:00
Julie Blanc
da79013711 responsive
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
2026-02-07 15:59:34 +01:00
Julie Blanc
193577b145 mofifications w/ Francesco
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m18s
2026-02-03 08:24:43 +01:00
Julie Blanc
f28680f77e panel/btn mobile & scripts
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
2026-01-25 19:40:55 +01:00
Julie Blanc
43e50ebc37 slider hero
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
2026-01-08 14:53:08 +01:00
Julie Blanc
dc223ae1b8 card open-graph
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s
2026-01-06 15:43:31 +01:00
isUnknown
48e7f21c71 save
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
2026-01-06 11:19:25 +01:00