mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACS-1636] Make SideNav Create New Button steady (#2163)
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
<app-create-menu [expanded]="mode === 'expanded'"></app-create-menu>
|
<app-create-menu [expanded]="mode === 'expanded'"></app-create-menu>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="section-sub-actions">
|
||||||
<div *ngFor="let group of groups; trackBy: trackById" class="section" [ngClass]="'section--' + mode">
|
<div *ngFor="let group of groups; trackBy: trackById" class="section" [ngClass]="'section--' + mode">
|
||||||
<ng-container *ngSwitchCase="'expanded'">
|
<ng-container *ngSwitchCase="'expanded'">
|
||||||
<mat-list-item *ngFor="let item of group.items; trackBy: trackById">
|
<mat-list-item *ngFor="let item of group.items; trackBy: trackById">
|
||||||
@@ -29,5 +30,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidenav {
|
.sidenav {
|
||||||
@@ -24,6 +25,11 @@
|
|||||||
|
|
||||||
.section.action-menu {
|
.section.action-menu {
|
||||||
padding: 8px 14px;
|
padding: 8px 14px;
|
||||||
|
position: sticky;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-sub-actions {
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
|
Reference in New Issue
Block a user