We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69024fd commit 1f61008Copy full SHA for 1f61008
1 file changed
src/_css/landing.css
@@ -7,6 +7,7 @@
7
background: transparent;
8
padding: 1.5rem 2rem;
9
margin-bottom: 2rem;
10
+ isolation: isolate; /* Fix Firefox canvas z-index rendering bug */
11
}
12
13
.landing-intro-canvas {
@@ -56,6 +57,7 @@
56
57
transition: transform 300ms ease;
58
59
border: none;
60
61
62
63
/* Canvas for rough.js sketch background */
0 commit comments