From 4413a94cecbc715d0a42bea74f5eabe81cc37f42 Mon Sep 17 00:00:00 2001 From: jlu18 Date: Mon, 7 Jun 2021 12:34:38 -0400 Subject: [PATCH] Fixed VR icon was always on top of the screen --- src/css/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/App.css b/src/css/App.css index e1e5f8df..4c4e7025 100644 --- a/src/css/App.css +++ b/src/css/App.css @@ -327,12 +327,14 @@ div#reference-drawer>div { position: absolute; bottom:20px !important; right:20px !important; + z-index: 1 !important; } .a-enter-ar { position: absolute; bottom:20px !important; right:80px !important; + z-index: 1 !important; } .geometry {