From 834f80964a835102d0a2c6a18f4715b28e0123a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Zyba=C5=82a?= Date: Fri, 20 May 2022 12:34:54 +0200 Subject: [PATCH] Fix table-of-contents height to not overlap footer --- scaladoc/resources/dotty_res/styles/scalastyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaladoc/resources/dotty_res/styles/scalastyle.css b/scaladoc/resources/dotty_res/styles/scalastyle.css index f1458dbe17d6..62abf675779f 100644 --- a/scaladoc/resources/dotty_res/styles/scalastyle.css +++ b/scaladoc/resources/dotty_res/styles/scalastyle.css @@ -917,7 +917,7 @@ footer .socials { right: 0px; top: 0px; width: var(--toc-width); - height: 100%; + height: calc(100% - var(--footer-height)); padding-top: 15vh; padding-right: 10px;