diff --git a/frappe/public/js/print_format_builder/PrintFormatControls.vue b/frappe/public/js/print_format_builder/PrintFormatControls.vue index ba01eaa16d..7cac222a81 100644 --- a/frappe/public/js/print_format_builder/PrintFormatControls.vue +++ b/frappe/public/js/print_format_builder/PrintFormatControls.vue @@ -201,7 +201,7 @@ export default { } .fields-container { - max-height: calc(100vh - 22rem); + max-height: calc(100vh - 26rem); overflow-y: auto; }