Skip to content

Commit 8369178

Browse files
Merge pull request #542 from nishtha-agarwal-211/fix/decorative-code-overlapping-474
fix(playground): resolve layout distortion and hero elements overlap
2 parents f4f1a24 + 428fad4 commit 8369178

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)