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

fix edit userprofile when page is scrolled

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