mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
fix(menu): content's box-shadow
This commit is contained in:
@ -7,7 +7,8 @@ import { menuPushAnimation } from './animations/push';
|
||||
import { menuRevealAnimation } from './animations/reveal';
|
||||
|
||||
@Component({
|
||||
tag: 'ion-menu-controller'
|
||||
tag: 'ion-menu-controller',
|
||||
styleUrl: 'menu-controller.scss'
|
||||
})
|
||||
export class MenuController {
|
||||
private menus: Menu[] = [];
|
||||
|
Reference in New Issue
Block a user