fix: passing on fill property to fallback image to support text as overlay with position absolute

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2026-01-20 13:44:59 +00:00
parent e740c1ba66
commit 98cd873095
3 changed files with 8 additions and 2 deletions

View File

@@ -7,4 +7,8 @@
min-width: 200px;
min-height: 200px;
background-color: var(--Surface-Feedback-Neutral-light);
&.fill {
position: absolute;
}
}