Skip to content

Commit b70f53f

Browse files
committed
test(ac): revert og styles pt 5
1 parent 0b8ac51 commit b70f53f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
@include font-smoothing();
5151
@include position(0, 0, 0, 0);
5252

53-
display: flex;
54-
position: absolute;
53+
display: block;
54+
position: fixed;
5555

5656
align-items: center;
5757
justify-content: center;
@@ -70,11 +70,7 @@
7070
}
7171

7272
.action-sheet-wrapper {
73-
@include position(null, 0, 0, 0);
74-
@include transform(translate3d(0, 100%, 0));
75-
76-
display: block;
77-
position: absolute;
73+
display: flex;
7874

7975
flex-direction: column;
8076

@@ -87,7 +83,6 @@
8783
max-height: var(--max-height);
8884

8985
z-index: $z-index-overlay-wrapper;
90-
pointer-events: none;
9186
}
9287

9388
.action-sheet-title,

0 commit comments

Comments
 (0)