diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b27b4dc..70448f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Hungarian translation ([#170](https://github.com/jpanther/congo/pull/170)) +### Fixed + +- Scroll to top link overlaps footer menu on mobile devices ([#172](https://github.com/jpanther/congo/issues/172)) + ## [2.1.2] - 2022-04-08 ### Added diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 93244fe5..146e48ad 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1467,6 +1467,10 @@ body a, body button { top: 110vh; } +.bottom-\[-8\.25rem\] { + bottom: -8.25rem; +} + .bottom-\[-5\.5rem\] { bottom: -5.5rem; } @@ -2608,6 +2612,10 @@ body a, body button { } @media (min-width: 640px) { + .sm\:bottom-\[-8rem\] { + bottom: -8rem; + } + .sm\:mb-0 { margin-bottom: 0px; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index dd5fd6f7..6ff3c8e0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -30,7 +30,11 @@ {{- block "main" . }}{{- end }} {{ if and (.Site.Params.showScrollToTop | default true) (gt .WordCount 200) }}