Skip to content

Commit c12a476

Browse files
authored
Merge pull request #3 from tralves/fix-ios-safe-area
Fixes backdrop covering safe area in iOS.
2 parents 2f84b7d + ceff7f4 commit c12a476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/MultiDrawer.vue

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
<Label v-show="backdropVisible"
77
ref="backDrop"
8+
iosOverflowSafeArea="true"
89
opacity="0"
910
:backgroundColor="optionsInternal.backdropColor"
1011
@pan="onBackDropPan"

0 commit comments

Comments
 (0)