Skip to content

Commit

Permalink
Fix hanging note indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed Apr 17, 2024
1 parent 3521a16 commit 5ddd7f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/content/components/Page/PageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,13 @@ export default styled(MainContent)`
}
}
/* The margin/left offsetting keeps the note indicator
* from being on a line by itself.
*/
.highlight {
position: relative;
margin-left: 1rem;
left: -1rem;
z-index: 1;
@media screen {
Expand Down

0 comments on commit 5ddd7f5

Please sign in to comment.