Fixes bug on mat-chip

This commit is contained in:
apapachristou 2019-10-04 12:24:13 +03:00
parent da325854c9
commit e41163878d
3 changed files with 15 additions and 11 deletions

View File

@ -1,17 +1,21 @@
.fixed { .fixed {
position: fixed; position: fixed;
top: 0; top: 0;
/* Sets the sticky toolbar to be on top */ /* Sets the sticky toolbar to be on top */
z-index: 1000; z-index: 1000;
width: 100%; width: 100%;
} }
.main-container { .main-container {
margin-top: 64px; margin-top: 64px;
padding-top: 10px; padding-top: 10px;
} }
.sidebar-shadow { .sidebar-shadow {
box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15); box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
z-index: 100; z-index: 100;
}
::ng-deep .mat-chip {
height: auto !important;
} }

View File

@ -35,7 +35,7 @@ export class ExploreDmpFilterItemComponent extends BaseComponent implements OnIn
optionSearchControl = new FormControl(''); optionSearchControl = new FormControl('');
private selectedOptions: any[] = []; public selectedOptions: any[] = [];
@ViewChild('optionsList', { static: true }) selectionList: MatSelectionList; @ViewChild('optionsList', { static: true }) selectionList: MatSelectionList;

View File

@ -131,7 +131,7 @@
} }
.finalized-bookmark { .finalized-bookmark {
color: #08bd63;; color: #08bd63;
// color: #92d050; // color: #92d050;
display: inline; display: inline;
position: absolute; position: absolute;