Skip to content

Commit

Permalink
Merge pull request #16 from llamerada-jp/show-ui-xr-3
Browse files Browse the repository at this point in the history
fix screen height when XR view
  • Loading branch information
llamerada-jp committed Feb 11, 2024
2 parents 309f5ad + 8ad801d commit 6896f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ body {
* This change makes the MDB UI display correctly, but the size of
* the video element has changed from the original AR.js created.
* Therefore, the size of the AR space may not be correct. */
height: 100%!important;
width: 100%!important;
height: 100dvh!important;
width: 100dvw!important;
margin: 0!important;
padding: 0!important;
position: absolute;
Expand Down

0 comments on commit 6896f89

Please sign in to comment.