From af8b6b4e425f2856e215df3bcb154c34f0bd8826 Mon Sep 17 00:00:00 2001 From: tobinio Date: Thu, 20 Jun 2024 17:09:05 +0200 Subject: [PATCH] fix: minor mobile fixes --- assets/css/global.css | 2 +- components/Charts.vue | 9 +++++---- layouts/default.vue | 2 +- pages/index.vue | 6 +++++- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/assets/css/global.css b/assets/css/global.css index e990cc1..48423ee 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -38,7 +38,7 @@ body { background-color: var(--surface-100); box-sizing: border-box; - min-height: 100vh; + min-height: 100dvh; margin: 0; } diff --git a/components/Charts.vue b/components/Charts.vue index 8940e7f..13302d6 100644 --- a/components/Charts.vue +++ b/components/Charts.vue @@ -71,10 +71,10 @@ const chartOptions = ref({