From 83ebe6d06b96d27a1dc3881c3996a530e52e4360 Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Thu, 23 Apr 2020 09:42:35 +0200 Subject: [PATCH] scroll to top + navbar hide on mobile --- docs/.vuepress/theme/components/Navbar.vue | 2 +- docs/.vuepress/theme/layouts/GlobalLayout.vue | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/theme/components/Navbar.vue b/docs/.vuepress/theme/components/Navbar.vue index 6b1651b..06c5447 100644 --- a/docs/.vuepress/theme/components/Navbar.vue +++ b/docs/.vuepress/theme/components/Navbar.vue @@ -1,5 +1,5 @@