fix: grid lines rendering over main content — add z-index:1 to marketing main; remove playwright

This commit is contained in:
2026-03-26 17:43:35 +08:00
parent 1956842f23
commit a6eb79f530
3 changed files with 2 additions and 66 deletions

View File

@@ -90,7 +90,8 @@
z-index: 1;
}
.marketing-page section { position: relative; z-index: 1; }
.marketing-page section,
.marketing-page main { position: relative; z-index: 1; }
/* ── NAVBAR ── */
.marketing-page nav {