diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d51774..e8b2615a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Search link does not appear in header if main menu has no items to display - Search only returns results in the primary language when multiple languages are available ([#229](https://github.com/jpanther/congo/issues/229)) +- Scroll to top misaligned with the footer at small viewport heights - Link to homepage would be incorrect in some deployments if `baseURL` contained sub-directories in the path ## [2.2.3] - 2022-06-22 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index ee600756..8c516596 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1672,8 +1672,8 @@ body button { left: 0px; } -.top-\[110vh\] { - top: 110vh; +.top-\[100vh\] { + top: 100vh; } .bottom-0 { diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c999751a..9c4d0e38 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -31,7 +31,7 @@ {{- block "main" . }}{{- end }} {{ if and (.Site.Params.showScrollToTop | default true) (gt .WordCount 200) }}