Skip to content

Conversation

@ngokevin
Copy link
Member

Description:

Discovered and investigated by @dmarcos

bottom: 0 !important;
z-index: 999999 !important;
position: fixed;
position: fixed !important;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a comment? I hope nobody needs to ever override any of these important values. perhaps these styles would be better set with a a.fullscreen.forced class? I could be wrong. I haven't touched this code in a while.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a comment. If developers want to override, they can do <a-scene embedded> which removes these styles and allows styling of the canvas. That's also already documented.

@codecov-io
Copy link

Current coverage is 81.93% (diff: 100%)

Merging #1810 into master will not change coverage

@@             master      #1810   diff @@
==========================================
  Files           100        100          
  Lines          3548       3548          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           2907       2907          
  Misses          641        641          
  Partials          0          0          

Powered by Codecov. Last update 13f11e5...a9bfd5c

@dmarcos dmarcos merged commit 8903e03 into aframevr:master Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants