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 f2a43f8 commit bd5dc0bCopy full SHA for bd5dc0b
core/src/components/action-sheet/action-sheet.scss
@@ -102,6 +102,7 @@
102
103
.action-sheet-button {
104
display: block;
105
+ position: relative;
106
107
width: 100%;
108
@@ -114,7 +115,7 @@
114
115
116
font-family: inherit;
117
- z-index: 0;
118
+ overflow: hidden;
119
}
120
121
.action-sheet-button:disabled {
@@ -126,13 +127,18 @@
126
127
.action-sheet-button-inner {
128
display: flex;
129
130
131
+
132
flex-flow: row nowrap;
133
flex-shrink: 0;
134
align-items: center;
135
justify-content: center;
136
+ pointer-events: none;
137
138
139
height: 100%;
140
141
+ z-index: 1;
142
143
144
.action-sheet-container {
0 commit comments