Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/style/aframe.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,9 @@ a-scene audio {
.a-dom-overlay:not(.a-no-style)>* {
pointer-events: auto;
}

/* Move the CodeSandbox "Open Sandbox" button to the top left so it does not
* overlap the VR/AR buttons */
iframe[id^="sb__open-sandbox"] {
inset: 16px auto auto 16px;
}
Loading