Fix scrollbar

This commit is contained in:
Peter Maquiran
2021-07-16 14:23:54 +01:00
parent 88a1d6bf97
commit f2f08f6964
12 changed files with 13 additions and 15 deletions
+1 -2
View File
@@ -369,8 +369,7 @@
<app-event-list
[class.transparent]="mobileComponent.transparentEventList"
*ngIf="mobileComponent.showEventList"
[style.display]="mobileComponent.showEventList ? 'flex' : 'none'"
[profile]="profile"
(approveEventDismiss) = "approveEventDismiss($event)"
(cloneAllmobileComponent)="viewEventDetailDismiss($event)"
-1
View File
@@ -677,7 +677,6 @@ app-new-event{
}
app-event-list{
display: flex;
flex-direction: column;
height: 100%;
flex-wrap: wrap-reverse;
@@ -107,9 +107,9 @@ export class GabineteDigitalPage implements OnInit {
}
ngOnInit() {
const pathname = window.location.pathname
this.LoadCounts();
this.router.events.forEach((event) => {
if(event instanceof NavigationEnd && event.url == pathname) {
@@ -214,6 +214,7 @@ export class GabineteDigitalPage implements OnInit {
}
async LoadCounts() {
this.showLoader = true;
let expedientes = await this.processesbackend.GetTasksList("Expediente", false).toPromise();
@@ -273,7 +274,7 @@ export class GabineteDigitalPage implements OnInit {
doRefresh(event) {
console.log(event);
this.closeAllDesktopComponents();
// this.closeAllDesktopComponents();
/* switch(this.loggeduser.Profile){
case 'MDGPR':
this.selectedElement='Correspondence';