mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(select-popover): add scoped to apply proper styles to list
This commit is contained in:
@ -5,7 +5,8 @@ import { createThemedClasses } from '../../utils/theme';
|
||||
|
||||
@Component({
|
||||
tag: 'ion-select-popover',
|
||||
styleUrl: 'select-popover.scss'
|
||||
styleUrl: 'select-popover.scss',
|
||||
scoped: true
|
||||
})
|
||||
export class SelectPopover implements ComponentInterface {
|
||||
|
||||
|
Reference in New Issue
Block a user