Skip to content

Commit

Permalink
Merge pull request #491 from Jlu18/vr-icon
Browse files Browse the repository at this point in the history
Fixed VR icon was always on top of the screen
  • Loading branch information
kdvalin authored Jun 9, 2021
2 parents 00e92b8 + 4413a94 commit 3275a8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3275a8b

Please sign in to comment.