fix: make buttontotop above footer

This commit is contained in:
eggy 2022-08-10 11:11:40 -04:00
parent 3697690c31
commit b5985bf8e3

View File

@ -23,6 +23,7 @@ body {
background: #ff8b24; background: #ff8b24;
border-radius: 1rem; border-radius: 1rem;
box-shadow: 0 0.1rem 0.5rem 0 gray; box-shadow: 0 0.1rem 0.5rem 0 gray;
z-index: 2;
} }
html.dark .go-top { html.dark .go-top {