website: Fall back to static extension mockup on medium screens (768px to 1024px) to prevent overlapping in narrower columns

This commit is contained in:
KoalaDev
2026-07-03 12:11:30 +02:00
parent e1e18aa26c
commit f0328fb865
+2 -2
View File
@@ -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;