From b8f4f82fa6bf60bc1c3bf77fc3938276eabbfd5e Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Sat, 12 Dec 2020 13:58:53 +0000 Subject: [PATCH] tips layer to z-index 0 --- app/src/components/TipsLayer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/TipsLayer.vue b/app/src/components/TipsLayer.vue index 25cefb9..cfeab2b 100644 --- a/app/src/components/TipsLayer.vue +++ b/app/src/components/TipsLayer.vue @@ -7,7 +7,7 @@ :h="225" :x="540" :y="15" - :z="1" + :z="0" :scale="scale" :draggable="true" :resizable="false" -- GitLab