From e37434a39ef5a1c2779b1862296e1ebdae8256b7 Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Thu, 28 Mar 2019 18:20:28 +0000 Subject: [webapp] fix disabled animation causing bug --- webapp/src/assets/styles.css | 2 +- webapp/src/components/BackToTopButton.vue | 1 + webapp/src/components/GroupModuleClientList.vue | 6 +++--- webapp/src/components/LogModuleEntry.vue | 17 +++++++++++++++++ webapp/src/components/SettingsModule.vue | 11 +++++++---- webapp/src/main.js | 23 +++++++++++++++++++++-- 6 files changed, 50 insertions(+), 10 deletions(-) (limited to 'webapp') diff --git a/webapp/src/assets/styles.css b/webapp/src/assets/styles.css index 77222e1..f8051c6 100644 --- a/webapp/src/assets/styles.css +++ b/webapp/src/assets/styles.css @@ -15,7 +15,7 @@ html { } .no-animations *, .no-animations :before, .no-animations :after { - transition-property: none !important; + transition: none !important; animation: none !important; } 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; } diff --git a/webapp/src/components/GroupModuleClientList.vue b/webapp/src/components/GroupModuleClientList.vue index 88d1332..557d664 100644 --- a/webapp/src/components/GroupModuleClientList.vue +++ b/webapp/src/components/GroupModuleClientList.vue @@ -28,7 +28,7 @@