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:
@@ -7,4 +7,8 @@
|
||||
min-width: 200px;
|
||||
min-height: 200px;
|
||||
background-color: var(--Surface-Feedback-Neutral-light);
|
||||
|
||||
&.fill {
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user