From b18c54ad50713cb3a4eb13503c27fbee5f388cb2 Mon Sep 17 00:00:00 2001 From: sjrumsby Date: Thu, 6 Dec 2018 15:25:17 -0800 Subject: [PATCH] Updated reception office size to prevent scroll bars (#136) --- frontend/src/serve-citizen/dash.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/serve-citizen/dash.vue b/frontend/src/serve-citizen/dash.vue index 5618b0e35..f58bb40ac 100644 --- a/frontend/src/serve-citizen/dash.vue +++ b/frontend/src/serve-citizen/dash.vue @@ -122,7 +122,7 @@ import ServeCitizen from './serve-citizen' 'userLoadingFail' ]), fullHoldH() { - return this.totalH - this.qLengthH - this.buttonH - 16 + return this.totalH - this.qLengthH - this.buttonH - 50 }, availH() { return this.totalH - (2 * this.qLengthH) - this.buttonH - 16