Fixes wrong scroll overflow on collection edition form

This commit is contained in:
mateuswetah 2018-05-29 19:50:45 -03:00
parent 8af11a3ea9
commit 5f19202672
3 changed files with 2505 additions and 2515 deletions

5003
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -3,7 +3,7 @@
color: $tainacan-input-color;
.form-submit {
justify-content: start !important;
justify-content: space-between !important;
padding: 1em 1.2em 0.4em 1.2em;
margin-bottom: 0px;
.button {
@ -84,4 +84,10 @@
color: $primary;
}
}
.dropdown {
.button {
border: 1px solid $tainacan-input-background !important;
border-radius: 0 !important;
}
}
}