move inView ref to ImageContainer component

- the separate outer component is unneeded and affects the positioning of some components which rely on the ImageContainer's styling
This commit is contained in:
jeffvli
2025-09-06 17:14:30 -07:00
parent ea122f5a4f
commit 6368137815
2 changed files with 58 additions and 48 deletions
@@ -32,3 +32,8 @@
width: 100%;
height: 100%;
}
.view-wrapper {
width: 100%;
height: 100%;
}