mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change overflow property in order to fix horizontal scrolling (#4117)
This commit is contained in:
parent
bc6b232d7c
commit
a2643b34bf
@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
main {
|
||||
overflow-x: clip;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.login-screen {
|
||||
|
Loading…
Reference in New Issue
Block a user