Skip to content

Commit 0b8ac51

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@
7070
}
7171

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

7579
flex-direction: column;
7680

@@ -83,6 +87,7 @@
8387
max-height: var(--max-height);
8488

8589
z-index: $z-index-overlay-wrapper;
90+
pointer-events: none;
8691
}
8792

8893
.action-sheet-title,

0 commit comments

Comments
 (0)