summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/BackToTopButton.vue
diff options
context:
space:
mode:
authorUdo Walter2019-03-28 19:20:28 +0100
committerUdo Walter2019-03-28 19:20:28 +0100
commite37434a39ef5a1c2779b1862296e1ebdae8256b7 (patch)
treed7517933cd7d368d13d069d57af15a022b265662 /webapp/src/components/BackToTopButton.vue
parent[eventmanager] rename module name in german frontend (diff)
downloadbas-e37434a39ef5a1c2779b1862296e1ebdae8256b7.tar.gz
bas-e37434a39ef5a1c2779b1862296e1ebdae8256b7.tar.xz
bas-e37434a39ef5a1c2779b1862296e1ebdae8256b7.zip
[webapp] fix disabled animation causing bug
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>