Skip to content

Commit 3275a8b

Browse files
authored
Merge pull request #491 from Jlu18/vr-icon
Fixed VR icon was always on top of the screen
2 parents 00e92b8 + 4413a94 commit 3275a8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/css/App.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,14 @@ div#reference-drawer>div {
327327
position: absolute;
328328
bottom:20px !important;
329329
right:20px !important;
330+
z-index: 1 !important;
330331
}
331332

332333
.a-enter-ar {
333334
position: absolute;
334335
bottom:20px !important;
335336
right:80px !important;
337+
z-index: 1 !important;
336338
}
337339

338340
.geometry {

0 commit comments

Comments
 (0)