Update static/css/style.css

This commit is contained in:
Blackwhitebear8 2025-10-31 20:06:07 +01:00
parent dc5f12ab1e
commit a49b0332bf

View file

@ -16,6 +16,10 @@ body {
display: flex; display: flex;
} }
.sidebar .offcanvas-body > div:first-child {
overflow-x: hidden;
}
.page-header { .page-header {
position: relative; position: relative;
background: url('/static/img/background.webp') no-repeat center center; background: url('/static/img/background.webp') no-repeat center center;