Skip to content
Snippets Groups Projects
Commit eb350653 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-400 fix user profile overlay when main area was scrolled

parent ac976d1d
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ export class AssignUserProfileButtonContainerComponent {
constructor(private userProfileService: UserProfileService) { }
showUserProfileSearch(): void {
document.getElementsByClassName('l-scroll-area')[0].scrollTop = 0; // TODO bessere loesung finden
this.userProfileService.showUserProfileSearch();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment