Skip to content

Commit 1f61008

Browse files
committed
Fix firefox canvas rendering bug making largelink box invisible
1 parent 69024fd commit 1f61008

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/_css/landing.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
background: transparent;
88
padding: 1.5rem 2rem;
99
margin-bottom: 2rem;
10+
isolation: isolate; /* Fix Firefox canvas z-index rendering bug */
1011
}
1112

1213
.landing-intro-canvas {
@@ -56,6 +57,7 @@
5657
transition: transform 300ms ease;
5758
background: transparent;
5859
border: none;
60+
isolation: isolate; /* Fix Firefox canvas z-index rendering bug */
5961
}
6062

6163
/* Canvas for rough.js sketch background */

0 commit comments

Comments
 (0)