Skip to content

Commit

Permalink
fix: prevent layout shift when hovering over doc header
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Dec 11, 2024
1 parent 4ac8c12 commit 4d95c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ body .ddoc {

.symbolGroup article > div:hover > div + a.context_button:before {
content: "View code";
@apply hidden md:block text-xs;
@apply hidden md:block text-xs leading-none;
}

.docEntryHeader:hover > .context_button {
Expand Down

0 comments on commit 4d95c9f

Please sign in to comment.