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