Skip to content

Commit bd5dc0b

Browse files
committed
tet(ac): revert og styles pt 3
1 parent f2a43f8 commit bd5dc0b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

core/src/components/action-sheet/action-sheet.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102

103103
.action-sheet-button {
104104
display: block;
105+
position: relative;
105106

106107
width: 100%;
107108

@@ -114,7 +115,7 @@
114115

115116
font-family: inherit;
116117

117-
z-index: 0;
118+
overflow: hidden;
118119
}
119120

120121
.action-sheet-button:disabled {
@@ -126,13 +127,18 @@
126127
.action-sheet-button-inner {
127128
display: flex;
128129

130+
position: relative;
131+
129132
flex-flow: row nowrap;
130133
flex-shrink: 0;
131134
align-items: center;
132135
justify-content: center;
136+
pointer-events: none;
133137

134138
width: 100%;
135139
height: 100%;
140+
141+
z-index: 1;
136142
}
137143

138144
.action-sheet-container {

0 commit comments

Comments
 (0)