Skip to content

Commit 538f4ca

Browse files
committed
fix(sheet): removing css that's no longer necessary
1 parent 3037d08 commit 538f4ca

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

core/src/components/modal/modal.ios.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,3 @@
8787
:host(.modal-sheet) .modal-wrapper {
8888
@include border-radius(var(--border-radius), var(--border-radius), 0, 0);
8989
}
90-
91-
// iOS Sheet Modal - Scroll at all breakpoints
92-
// --------------------------------------------------
93-
94-
/**
95-
* Sheet modals require an additional padding as mentioned in the
96-
* `core.scss` file. However, there's a workaround that requires
97-
* a cloned footer to be added to the modal. This is only necessary
98-
* because the core styles are not being applied to the cloned footer.
99-
*/
100-
:host(.modal-sheet.modal-no-expand-scroll) ion-footer ion-toolbar:first-of-type {
101-
padding-top: $modal-sheet-padding-top;
102-
}

0 commit comments

Comments
 (0)