From 5dccb7dc96bb5d213512b974cbe682c68cb9114b Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Tue, 26 Nov 2024 08:47:05 -0800 Subject: [PATCH] move buttons on right down in z-index --- src/editor/style/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/style/index.scss b/src/editor/style/index.scss index f5b81787..0e15c68b 100644 --- a/src/editor/style/index.scss +++ b/src/editor/style/index.scss @@ -519,7 +519,7 @@ body.aframe-inspector-opened { position: absolute; right: 28px; bottom: 62px; - z-index: 1; + z-index: -1; } .outliner {