We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4f1a24 + 428fad4 commit 8369178Copy full SHA for 8369178
1 file changed
web-app/index.html
@@ -33,6 +33,9 @@
33
.playground-section {
34
padding: 3rem 0 5rem;
35
animation: fadeIn 0.35s ease;
36
+ position: relative;
37
+ z-index: 2;
38
+ background-color: var(--bg-color);
39
}
40
41
/* ── Header ─────────────────────────────────────────────────── */
0 commit comments