From b5985bf8e3a52af7af2c42fbabca0249d1a630e2 Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 10 Aug 2022 11:11:40 -0400 Subject: [PATCH] fix: make buttontotop above footer --- components/ButtonToTop.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ButtonToTop.vue b/components/ButtonToTop.vue index 6d7817f..0cf2c14 100644 --- a/components/ButtonToTop.vue +++ b/components/ButtonToTop.vue @@ -23,6 +23,7 @@ body { background: #ff8b24; border-radius: 1rem; box-shadow: 0 0.1rem 0.5rem 0 gray; + z-index: 2; } html.dark .go-top {