aio-interface: add bottom padding to the main container

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-06-03 16:42:08 +02:00
parent 81fec27c14
commit e4d11d1295
2 changed files with 2 additions and 1 deletions

View file

@ -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 {