Frontmatter
| id | 5466 |
| title | Portal.view.home.parts.Helix: the 3d engine (transform-style: preserve 3d;) sometimes manages to break out of their scope |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jun 23, 2024, 7:41 PM |
| updatedAt | Jul 16, 2024, 2:44 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5466 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 16, 2024, 2:44 PM |

@maxrahder @ExtAnimal
if i recall it correctly, we already had something similar with the helix inside the covid app.
inside the LivePreview, the DOM is deeply(!) nested:
i think we need to at least use a div with
position: relative;andoverflow: hidden;for the preview and inside a wrapper div withposition: absolute;filling the full space. less reflows and scoping are crucial here.thoughts?