Skip to content

Commit

Permalink
small update to vh
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnybod committed May 9, 2020
1 parent a81bd00 commit 84e02a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AgentEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 84e02a7

Please sign in to comment.