Adds overflow to column in CollecitonEditionForm

This commit is contained in:
Mateus Machado Luna 2018-05-02 14:15:00 -03:00
parent e2808b8f0c
commit c5a273b4b5
1 changed files with 3 additions and 0 deletions

View File

@ -649,6 +649,9 @@ export default {
@import "../../scss/_variables.scss";
.tainacan-form>.columns>.column {
overflow: auto;
}
.thumbnail-field {
max-height: 128px;
margin-bottom: 96px;