Skip to content

Commit eb16d5d

Browse files
authored
Merge pull request #130 from NeurodataWithoutBorders/fix_link_overlap
Fix hero overlay blocking link clicks on “Converting Data to NWB”
2 parents 4d3b0fb + cae7696 commit eb16d5d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

static/css/list-alignment-fix.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,13 @@
1919
padding-left: 0.5rem;
2020
margin-bottom: 0.75rem;
2121
}
22+
23+
/* Prevent decorative hero ellipses from blocking clicks/selecting content */
24+
section.hero {
25+
overflow: hidden;
26+
}
27+
28+
.hero .ellipses,
29+
.hero .eventsEllipses {
30+
pointer-events: none;
31+
}

0 commit comments

Comments
 (0)