From 8eafd37b44e3ae7f1f89b7f24560687a384a2957 Mon Sep 17 00:00:00 2001 From: SurenNeware Date: Mon, 28 Dec 2020 19:13:00 +0530 Subject: Fixed Back to top button appearance issue - Changed back to top button style when its getting disappear. - So that button should not come over the page contents. Signed-off-by: Suren Neware Change-Id: I0a013c2bcdd291edd9f52566130882360451a280 --- src/components/Global/ButtonBackToTop.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/Global') diff --git a/src/components/Global/ButtonBackToTop.vue b/src/components/Global/ButtonBackToTop.vue index 9608c4a2..b2c5448c 100644 --- a/src/components/Global/ButtonBackToTop.vue +++ b/src/components/Global/ButtonBackToTop.vue @@ -49,7 +49,7 @@ export default { position: fixed; bottom: 24px; right: 24px; - z-index: $zindex-fixed; + z-index: -1; box-shadow: $box-shadow; opacity: 0; transition: $transition-base; @@ -60,5 +60,6 @@ export default { } .showBtn { opacity: 1; + z-index: $zindex-fixed; } -- cgit v1.2.3