From e4d11d1295324c891194c9df44e5be236fb5ff43 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 3 Jun 2025 16:42:08 +0200 Subject: [PATCH] aio-interface: add bottom padding to the main container Signed-off-by: Simon L. --- php/public/style.css | 1 + php/templates/layout.twig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ AIO - +