diff --git a/php/public/style.css b/php/public/style.css index fa79efd9..fbe15df5 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -336,6 +336,7 @@ html[data-theme="dark"] ::-webkit-scrollbar-track { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); max-height: calc(100dvh - var(--container-height-calculation-difference)); overflow: hidden; + padding-bottom: var(--main-padding); } main { diff --git a/php/templates/layout.twig b/php/templates/layout.twig index 97b46edd..6ed264c2 100644 --- a/php/templates/layout.twig +++ b/php/templates/layout.twig @@ -1,7 +1,7 @@