summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/BackToTopButton.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/BackToTopButton.vue')
-rw-r--r--webapp/src/components/BackToTopButton.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/src/components/BackToTopButton.vue b/webapp/src/components/BackToTopButton.vue
index f70b636..8067f2f 100644
--- a/webapp/src/components/BackToTopButton.vue
+++ b/webapp/src/components/BackToTopButton.vue
@@ -52,5 +52,6 @@ export default {
position: fixed;
right: 16px;
bottom: 16px;
+ z-index: 4;
}
</style>