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 0b8ac51 commit b70f53fCopy full SHA for b70f53f
core/src/components/action-sheet/action-sheet.scss
@@ -50,8 +50,8 @@
50
@include font-smoothing();
51
@include position(0, 0, 0, 0);
52
53
- display: flex;
54
- position: absolute;
+ display: block;
+ position: fixed;
55
56
align-items: center;
57
justify-content: center;
@@ -70,11 +70,7 @@
70
}
71
72
.action-sheet-wrapper {
73
- @include position(null, 0, 0, 0);
74
- @include transform(translate3d(0, 100%, 0));
75
-
76
- display: block;
77
+ display: flex;
78
79
flex-direction: column;
80
@@ -87,7 +83,6 @@
87
83
max-height: var(--max-height);
88
84
89
85
z-index: $z-index-overlay-wrapper;
90
- pointer-events: none;
91
86
92
93
.action-sheet-title,
0 commit comments