Updated mobile view for dropdown (#717)
Dropdown menu with dynamic positioning
This commit is contained in:
@@ -28,4 +28,8 @@ export class MasterPageComponent implements OnInit {
|
||||
collapse(): void {
|
||||
this.navCollapsed = !this.navCollapsed;
|
||||
}
|
||||
|
||||
onResize(event: any) {
|
||||
this.isMobile = window.innerWidth <= 767.98;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user