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 {