From 4aeddc71cf91066538ccb1715e156f30f732ee46 Mon Sep 17 00:00:00 2001 From: Nicolas Kempf Le Stanc Date: Thu, 30 May 2024 12:14:45 +0200 Subject: [PATCH] fix: :iphone: add scroll back when there are values --- frontend/site/.vitepress/theme/components/Table.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/site/.vitepress/theme/components/Table.vue b/frontend/site/.vitepress/theme/components/Table.vue index 7685b90..a3b273a 100644 --- a/frontend/site/.vitepress/theme/components/Table.vue +++ b/frontend/site/.vitepress/theme/components/Table.vue @@ -17,7 +17,10 @@ -
+
@@ -128,4 +131,4 @@ const load = async () => { } onMounted(() => load()) - \ No newline at end of file +