Skip to content

Commit b390864

Browse files
Set pointer-events to none for the HomepageHero canvas so that text can be selected.
1 parent f7d2d59 commit b390864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/islands/HomepageHero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const config = {
111111
};
112112

113113
const canvasStyle = /*css*/ `.particles-js-canvas-el {
114+
pointer-events: none;
114115
position: absolute;
115116
inset: 0;
116117
z-index: 0;

0 commit comments

Comments
 (0)