From 7d1bab89b9e8243176e75046a31758eb321601a2 Mon Sep 17 00:00:00 2001 From: Mischa Date: Mon, 22 Jun 2026 01:54:01 +0200 Subject: [PATCH] docs: fix CSS class name in learnings doc (feed-map-wrap not map-col) --- docs/working/learnings/2026-06-22-mobile-ux-learnings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/working/learnings/2026-06-22-mobile-ux-learnings.md b/docs/working/learnings/2026-06-22-mobile-ux-learnings.md index 4289d4c..d2c6673 100644 --- a/docs/working/learnings/2026-06-22-mobile-ux-learnings.md +++ b/docs/working/learnings/2026-06-22-mobile-ux-learnings.md @@ -74,7 +74,7 @@ el.classList.add('pswp-key-from-right'); ## Mobile Fullscreen Map Pattern ```css -.map-col.is-fullscreen { +.feed-map-wrap.is-fullscreen { position: fixed !important; inset: 0; z-index: 9999;