Skip to content

Commit

Permalink
fix(toc): 🐛 invisible toc icons on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Nov 6, 2024
1 parent 55923a3 commit ded49e6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@
> * {
opacity: 1;
}

.citizen-ui-icon {
content-visibility: visible;
}
}

// Hide button in desktop viewport
Expand Down

0 comments on commit ded49e6

Please sign in to comment.