mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 23:35:13 -06:00
FIX: Filaments Height when Have too many printers
Change-Id: Iae85d48791cbe6e399b98fd34f041d6b7de9f872
This commit is contained in:
parent
dc31c96e4c
commit
77c0c42f9e
4 changed files with 28 additions and 7 deletions
|
@ -32,6 +32,7 @@ input
|
|||
|
||||
#ItemSelectArea
|
||||
{
|
||||
flex: 0 0 40px;
|
||||
height:40px;
|
||||
border-top: 1px solid #00AE42;
|
||||
display: flex;
|
||||
|
@ -46,7 +47,7 @@ input
|
|||
|
||||
#ItemBlockArea
|
||||
{
|
||||
flex: 1;
|
||||
flex: 1 0 236px;
|
||||
display:flex;
|
||||
overflow-x:auto;
|
||||
flex-wrap:wrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue