mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
Merge pull request #2458 from SchrodingersGat/scrollbars
Clip screen overflow
This commit is contained in:
commit
2e5eda80fc
@ -14,6 +14,10 @@
|
||||
--bs-body-color: #68686a;
|
||||
}
|
||||
|
||||
main {
|
||||
overflow-x: clip;
|
||||
}
|
||||
|
||||
.login-screen {
|
||||
background: url(/static/img/paper_splash.jpg) no-repeat center fixed;
|
||||
background-size: cover;
|
||||
|
Loading…
x
Reference in New Issue
Block a user