fix(ios): use 100dvh for PhotoSwipe to fix dynamic viewport
iOS Safari freezes 100vh at the initial viewport height (address bar visible). 100dvh tracks the live viewport as browser chrome shows/hides. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr
This commit is contained in:
@@ -455,6 +455,9 @@ body::after {
|
|||||||
|
|
||||||
.pswp__bg { background: #000; }
|
.pswp__bg { background: #000; }
|
||||||
|
|
||||||
|
/* iOS Safari: 100vh freezes when address bar hides; dvh tracks the live viewport */
|
||||||
|
.pswp { height: 100dvh; }
|
||||||
|
|
||||||
/* ── Map page ────────────────────────────────────────────────────────────────── */
|
/* ── Map page ────────────────────────────────────────────────────────────────── */
|
||||||
|
|
||||||
.map-page .site-main { max-width: none; padding: 0; }
|
.map-page .site-main { max-width: none; padding: 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user