A-Frame is locking the scroll in the page where I am using it. When I open a page with my A-Frame scene, it takes up 100% page width and height and I cannot scroll. Is there a class I have to remove?
相关问题
- Problems with changing color of gltf object
- How to enable anti-aliasing in A-Frame?
- How to find the coordinates of a raycaster interse
- How to load JSON data into an A-Frame component?
- (A-Frame) local gltf wont load; Cannot read proper
相关文章
- Aframe gltf-model demo with envmap
- How to change the pivot point, transform origin, o
- How can I hide an element with A-Frame?
- set a loading animation with a-frame
- Aframe video only plays muted on ios
- How to change the rotation axis for an animated A-
- AFrame: How to render a camera to a texture
- gltf file not showing in Aframe
You can use the
embedded
component to remove fullscreen styles and make it embeddable within a web page. https://aframe.io/docs/0.8.0/components/embedded.htmlThen you are free the style
<a-scene>
how you wish