mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(select-popover): non-scrollable popovers no longer have forced overscroll (#23972)
resolves #23971
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
@import "./select-popover.vars";
|
@import "../../themes/ionic.globals";
|
||||||
|
|
||||||
:host ion-list {
|
: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,
|
:host ion-list-header,
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
@import "../../themes/ionic.globals";
|
|
||||||
|
|
||||||
// Select
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
/// @prop - Margin top of the select popover list
|
|
||||||
$select-popover-list-margin-top: -1px !default;
|
|
||||||
|
|
||||||
/// @prop - Margin end of the select popover list
|
|
||||||
$select-popover-list-margin-end: 0 !default;
|
|
||||||
|
|
||||||
/// @prop - Margin bottom of the select popover list
|
|
||||||
$select-popover-list-margin-bottom: -1px !default;
|
|
||||||
|
|
||||||
/// @prop - Margin start of the select popover list
|
|
||||||
$select-popover-list-margin-start: 0 !default;
|
|
Reference in New Issue
Block a user