2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

Merge pull request #2458 from SchrodingersGat/scrollbars

Clip screen overflow
This commit is contained in:
Oliver 2021-12-16 08:50:56 +11:00 committed by GitHub
commit 2e5eda80fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@
--bs-body-color: #68686a; --bs-body-color: #68686a;
} }
main {
overflow-x: clip;
}
.login-screen { .login-screen {
background: url(/static/img/paper_splash.jpg) no-repeat center fixed; background: url(/static/img/paper_splash.jpg) no-repeat center fixed;
background-size: cover; background-size: cover;