From 500fe210b05436723687444a422b12c6ea309498 Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Fri, 15 Nov 2024 10:26:51 -0800 Subject: [PATCH] side panel 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 b17a7758..f5b81787 100644 --- a/src/editor/style/index.scss +++ b/src/editor/style/index.scss @@ -536,7 +536,7 @@ body.aframe-inspector-opened { padding: 0px; background: variables.$darkgray-800; border-radius: 12px 0 0 0px; - + z-index: 1; li { list-style: none; margin-right: 0;