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 f739694 commit 009634bCopy full SHA for 009634b
packages/components/toast/toast.wxml
@@ -29,7 +29,7 @@
29
</view>
30
<t-overlay
31
style="{{ overlayProps && overlayProps.style || ''}}"
32
- visible="{{realVisible && (showOverlay || preventScrollThrough)}}"
+ visible="{{visible && (showOverlay || preventScrollThrough)}}"
33
z-index="{{overlayProps && overlayProps.zIndex || 11000}}"
34
duration="{{overlayProps && overlayProps.duration || 300}}"
35
usingCustomNavbar="{{overlayProps && overlayProps.usingCustomNavbar || usingCustomNavbar}}"
0 commit comments