Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/containers/shared/css/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ a,
Workaround to have the effect nested anchor tags (invalid html).

1. Add the class `anchor-mask` to the container you would normally wrap in an <a> tag.
2. Add the class `mask-overlay` to to the anchor.
2. Add the class `mask-overlay` to the anchor.

This makes the `mask-overlay` sit on top of the `anchor-mask` and then places any other "nested" anchors on top of the overlay
*/
Expand Down