Skip to content

Commit 428fad4

Browse files
fix(playground): resolve layout distortion and hero elements overlap
1 parent 2a2c9bf commit 428fad4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

web-app/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
.playground-section {
3434
padding: 3rem 0 5rem;
3535
animation: fadeIn 0.35s ease;
36+
position: relative;
37+
z-index: 2;
38+
background-color: var(--bg-color);
3639
}
3740

3841
/* ── Header ─────────────────────────────────────────────────── */

0 commit comments

Comments
 (0)