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

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

(cherry picked from commit a2643b34bf24daa59a0007110e599a6bc61febda)

Co-authored-by: miggland <miggland@users.noreply.github.com>
This commit is contained in:
Oliver 2022-12-30 22:58:08 +11:00 committed by GitHub
parent 5dd256db3c
commit 93b51db089
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 {