added forceupdate to grid item so addpanel items rezie instantly, renamed function to copyPanel, fixed panel items height issue

This commit is contained in:
Patrick O'Carroll
2018-04-17 13:10:08 +02:00
parent 0e0976b0a2
commit 0120023aba
3 changed files with 6 additions and 4 deletions

View File

@@ -50,7 +50,7 @@
flex-direction: row;
flex-wrap: wrap;
overflow: auto;
height: calc(100% - 50px);
height: 100%;
align-content: flex-start;
justify-content: space-around;
position: relative;