mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: Filaments Height when Have too many printers
Change-Id: Iae85d48791cbe6e399b98fd34f041d6b7de9f872
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user