From ea6dd89f9034727b57bec569b9c36cb471659d3f Mon Sep 17 00:00:00 2001 From: Fergus McDowall Date: Thu, 13 Jun 2024 13:57:26 +0200 Subject: [PATCH] add white space to the bottom of the footer that is always equal to 100vh (the height of the page in the browser window). This enables the user to always be able to access anchor points at the bottom of the page --- static/styles/jsdoc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/jsdoc.css b/static/styles/jsdoc.css index 0fe6d3c..dd0c044 100644 --- a/static/styles/jsdoc.css +++ b/static/styles/jsdoc.css @@ -311,6 +311,7 @@ footer { margin-left: 250px; display: block; padding: 15px; + padding-bottom: 100vh; font-style: italic; font-size: 90%; }