fix: increase form builder height

This commit is contained in:
Shariq Ansari 2023-07-19 12:44:40 +05:30
parent 6dda420176
commit ce79dd0b89
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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);