Skip to content

Commit

Permalink
fix(core): 馃悰 file page sticky header overlapping TOC
Browse files Browse the repository at this point in the history
Closes: #797
  • Loading branch information
alistair3149 committed Mar 5, 2024
1 parent 5b951ad commit 9cf358f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
border: 0;
.citizen-sticky-header;

@media ( min-width: @min-width-breakpoint-desktop ) {
right: ~'calc( var( --space-xl ) * -1 )'; // Fix #797
}

li {
padding-right: 0;
}
Expand Down

0 comments on commit 9cf358f

Please sign in to comment.