Skip to content

Commit d21c9ae

Browse files
fix: cover safe area (#12)
* FIX: Issue on iPhone 11 not show backdrop full size * Update components/MultiDrawer.vue Co-authored-by: Igor Randjelovic <[email protected]> Co-authored-by: Igor Randjelovic <[email protected]>
1 parent 952d86a commit d21c9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/MultiDrawer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<GridLayout>
2+
<GridLayout iosOverflowSafeArea="true">
33
<!-- Main Content (default slot) -->
44
<slot/>
55

0 commit comments

Comments
 (0)