Skip to content
Snippets Groups Projects

[Sprint/FunnyFrog] (fix): scroll issues in notifications page

Files
4
<div class="m-notifications--flyout--wrapper mdl-card mdl-shadow--3dp">
<div class="m-notifications--flyout--scrollable-container">
<minds-notifications #notifications [loadOnDemand]="true" [hidden]="!visible" [visible]="visible"></minds-notifications>
<minds-notifications #notifications [loadOnDemand]="true" [hidden]="!visible" [visible]="visible" [useOwnScrollSource]="true"></minds-notifications>
</div>
<div class="m-notifications--flyout--bottom-container mdl-color--blue-grey-50 mdl-color-text--blue-grey-200">
<a [routerLink]="['/notifications']" (click)="close()" i18n="@@NOTIFICATIONS__FLYOUT__VIEW_ALL_ACTION"> View all </a>
Loading