/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/select-popover/select-popover.scss
21 строка
400 B
Liam DeBeasi
fix(select): popover can be scrolled (#28965)
05 фев 2024, 22:43
Не верифицирован
05 фев 2024, 22:43
35ab6b4
Код
Авторство
О чём код?
@import "../../themes/ionic.globals"; :host ion-list { @include margin(0); } ion-list-header, ion-label { @include margin(0); } /** * The main content inside of a popover has overflow: hidden * so that a descendant ion-content can be scrolled. * However, select-popover does not use ion-content so we need * to explicitly make this container scrollable. */ :host { overflow-y: auto; }