1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

bugfix: design panel not growing to height

This commit is contained in:
Michael Shanks 2020-06-02 12:47:40 +01:00
parent 44cc7eab0e
commit e2bbc7070a

View file

@ -66,7 +66,7 @@
flex: 1;
overflow-y: auto;
overflow-x: hidden;
max-height: 500px;
min-height: 0;
}
.no-design {