mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
fix missing pagination on small screen (#262)
This commit is contained in:
committed by
Denys Vuika
parent
b560f19913
commit
77e24dc233
@@ -19,6 +19,11 @@ ng-content {
|
||||
@include flex-column;
|
||||
}
|
||||
|
||||
.mat-sidenav-content {
|
||||
@include flex-column;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.mat-sidenav {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Reference in New Issue
Block a user