Skip to content

Commit 2f09495

Browse files
authored
Merge pull request #15243 from dotty-staging/scaladoc/toc-footer-fix
Fix table-of-contents height to not overlap footer
2 parents b1e2b9b + 834f809 commit 2f09495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc/resources/dotty_res/styles/scalastyle.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ footer .socials {
917917
right: 0px;
918918
top: 0px;
919919
width: var(--toc-width);
920-
height: 100%;
920+
height: calc(100% - var(--footer-height));
921921

922922
padding-top: 15vh;
923923
padding-right: 10px;

0 commit comments

Comments
 (0)