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

Change overflow property in order to fix horizontal scrolling (#4117)

This commit is contained in:
miggland 2022-12-30 12:13:20 +01:00 committed by GitHub
parent bc6b232d7c
commit a2643b34bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
} }
main { main {
overflow-x: clip; overflow-x: auto;
} }
.login-screen { .login-screen {