Skip to content

Commit

Permalink
Fix link accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
amaximus committed Oct 8, 2024
1 parent 778057b commit 69dae0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ export default css`
font-style: italic;
font-size: inherit;
}
.box .label .name a {
position: sticky;
z-index: 100;
color: var(--primary-text-color);
}
.connectors {
position: absolute;
top: 0;
Expand All @@ -135,4 +140,4 @@ export default css`
width: 100%;
height: 101%;
}
`;
`;

0 comments on commit 69dae0a

Please sign in to comment.