Skip to content

Commit d46f64b

Browse files
committed
Create a proper DeviceViewport interface
1 parent 4012b8d commit d46f64b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/webflo-runtime/webflo-client/webflo-elements.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ export class ToastElement extends BaseElement {
293293
@starting-style {
294294
:host(:is([popover="manual"], ._manual-dismiss):popover-open)::backdrop {
295295
backdrop-filter: none;
296+
background: none;
296297
}
297298
}
298299
@@ -1418,6 +1419,7 @@ export class ModalElement extends BaseElement {
14181419
@starting-style {
14191420
:host(:popover-open)::backdrop {
14201421
backdrop-filter: none;
1422+
background: none;
14211423
}
14221424
}
14231425

0 commit comments

Comments
 (0)