We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2250a08 commit 0d9718cCopy full SHA for 0d9718c
packages/components/toast/toast.wxml
@@ -33,6 +33,6 @@
33
z-index="{{overlayProps && overlayProps.zIndex || 11000}}"
34
duration="{{overlayProps && overlayProps.duration || 300}}"
35
usingCustomNavbar="{{overlayProps && overlayProps.usingCustomNavbar || usingCustomNavbar}}"
36
- backgroundColor="{{preventScrollThrough ? 'transparent' : overlayProps && overlayProps.backgroundColor || ''}}"
+ backgroundColor="{{!showOverlay && preventScrollThrough ? 'transparent' : overlayProps && overlayProps.backgroundColor || ''}}"
37
preventScrollThrough="{{preventScrollThrough || overlayProps && overlayProps.preventScrollThrough}}"
38
/>
0 commit comments