mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
aio-interface: add bottom padding to the main container
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
81fec27c14
commit
e4d11d1295
2 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue