From 99f1df5a1eb7c8815052897515be50918fcd9aba Mon Sep 17 00:00:00 2001 From: puxiao Date: Fri, 3 Sep 2021 16:26:34 +0800 Subject: [PATCH] Make sure to be at the forefront: `_main.scss` add `z-index: 9999;` --- src/style/_main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/_main.scss b/src/style/_main.scss index dfcce40..e408b21 100644 --- a/src/style/_main.scss +++ b/src/style/_main.scss @@ -1,5 +1,6 @@ .react-dat-gui { position: fixed; + z-index: 9999; right: 16px; top: 0; width: 280px;