fix: increase form builder height
This commit is contained in:
parent
6dda420176
commit
ce79dd0b89
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ function on_drag_end(evt) {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.fields-container {
|
||||
height: calc(100vh - 233px);
|
||||
height: calc(100vh - 22px);
|
||||
overflow-y: auto;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
|
|
|
|||
|
|
@ -279,7 +279,7 @@ function delete_tab(with_children) {
|
|||
}
|
||||
|
||||
.tab-contents {
|
||||
max-height: calc(100vh - 210px);
|
||||
max-height: 100vh;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
border-radius: var(--border-radius);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue