diff options
Diffstat (limited to 'layouts/default.vue')
| -rw-r--r-- | layouts/default.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/default.vue b/layouts/default.vue index b01df84..fef2da1 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -14,8 +14,8 @@ <style scoped> #content { display: flex; - height: calc(100vh - 114px); - max-height: calc(100vh - 114px); + height: calc(100vh - 104px); + max-height: calc(100vh - 104px); overflow-y: auto; flex-direction: row; } |
