Skip to content

Commit ceff7f4

Browse files
authored
Fixes backdrop covering safe area in iOS.
1 parent 2f84b7d commit ceff7f4

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)