Skip to content

Commit

Permalink
fix(select-popover): non-scrollable popovers no longer have forced ov…
Browse files Browse the repository at this point in the history
…erscroll (#23972)

resolves #23971
  • Loading branch information
liamdebeasi authored Sep 23, 2021
1 parent bb126a0 commit aa4ba89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions core/src/components/select-popover/select-popover.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "./select-popover.vars";
@import "../../themes/ionic.globals";

:host ion-list {
@include margin($select-popover-list-margin-top, $select-popover-list-margin-end, $select-popover-list-margin-bottom, $select-popover-list-margin-start);
@include margin(0);
}

:host ion-list-header,
Expand Down
16 changes: 0 additions & 16 deletions core/src/components/select-popover/select-popover.vars.scss

This file was deleted.

0 comments on commit aa4ba89

Please sign in to comment.