From 722af5cec62237ade625e0ce054787b86a6045d5 Mon Sep 17 00:00:00 2001 From: Pierce Date: Fri, 19 Jan 2018 17:42:17 -0500 Subject: [PATCH] makes BD button look "naturally built in" --- client/src/modules/ui/components/bdbutton.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/modules/ui/components/bdbutton.vue b/client/src/modules/ui/components/bdbutton.vue index 4147f08c..2f09380f 100644 --- a/client/src/modules/ui/components/bdbutton.vue +++ b/client/src/modules/ui/components/bdbutton.vue @@ -37,7 +37,7 @@ .bd-settings-button { position: absolute; - z-index: 90001; + z-index: 1; top: 22px; width: 70px; height: 48px; @@ -65,6 +65,7 @@ background: transparent; opacity: 1; box-shadow: none; + z-index: 90000; /*transform: translateY(-150%);*/ } @@ -91,4 +92,4 @@ background-size: 100% 100%; margin-left: 20px; } - \ No newline at end of file +