Skip to content

Commit

Permalink
Fix studio heading in firefox (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtterlord authored Oct 14, 2024
1 parent a7c53f7 commit bfa3968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/docs/src/components/StudioHeading.astro
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ rehype()
line-height: var(--sl-line-height-headings);
font-size: var(--sl-text-xs);
font-family: var(--__sl-font-mono);

/* Firefox */
z-index: -1;
}
:global([dir='rtl']) .studio-tag:not(:where([dir='rtl'] [dir='ltr'] *)) {
--highlight-position: 100%;
Expand Down

0 comments on commit bfa3968

Please sign in to comment.