diff --git a/src/views/AgentEdit.vue b/src/views/AgentEdit.vue index 1732594..928eb63 100644 --- a/src/views/AgentEdit.vue +++ b/src/views/AgentEdit.vue @@ -243,7 +243,7 @@ export default { splitPaneHeight() { /* Not the prettiest thing, but seems to cover most window sizes to avoid page scroll. That's 94vh - height of breadcrumbs (57) - height of footer (36px) */ - return 'height: calc(94vh - 57px - 36px'; + return 'height: calc(96vh - 57px - 36px'; }, getAgent(id) { agentApi.getAgent(id)