mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
hide scrollbar if not needed
This commit is contained in:
parent
a2a2c61e31
commit
a535f8df42
@ -718,7 +718,7 @@
|
|||||||
position:relative;
|
position:relative;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
max-height: calc(100vh - 200px) !important;
|
max-height: calc(100vh - 200px) !important;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user