From f0328fb865fae79d38288b8d3a372d2b21993e05 Mon Sep 17 00:00:00 2001 From: KoalaDev <6156589+Shik3i@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:11:30 +0200 Subject: [PATCH] website: Fall back to static extension mockup on medium screens (768px to 1024px) to prevent overlapping in narrower columns --- website/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/style.css b/website/style.css index 51f879c..6729109 100644 --- a/website/style.css +++ b/website/style.css @@ -3582,8 +3582,8 @@ header[id] { .demo-hint.show { opacity: 0.75; } -/* Mobile: fall back to the classic static popup mockup */ -@media (max-width: 768px) { +/* Tablet/Small Desktop: fall back to the classic static popup mockup */ +@media (max-width: 1024px) { .hero-demo-scene, .hero-demo-scene.popup-open { height: auto;