1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/components/guides/LearningTrack.module.scss
Grace Park a0a24b605c Keyboard Focus for Guides Page: Learning Paths (#24483)
* remove useEffect on ref

* updating keyboard focus for guides page
2022-01-21 16:33:03 +00:00

15 lines
243 B
SCSS

.fadeBottom {
background: linear-gradient(to top, var(--color-canvas-default), transparent);
}
.removeHoverEvents {
pointer-events: none;
}
/* Because of the sticky header */
.hashAnchor {
&:target {
scroll-margin-top: 75px;
}
}