[Library | Trunk]: Assets: Add z-index on modal mat-select
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58730 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
08dd8f9a72
commit
61d6384ee0
|
@ -0,0 +1,8 @@
|
||||||
|
# Z-Index
|
||||||
|
|
||||||
|
Tab-Headers: 2
|
||||||
|
Metrics: 3
|
||||||
|
Mat-Select: 4
|
||||||
|
Nav-bar: 980
|
||||||
|
Modal: 10000
|
||||||
|
Modal-Select: 10001
|
|
@ -2130,5 +2130,9 @@ Impact Factor - ATHENA CODE */
|
||||||
|
|
||||||
/*mat-select-panel*/
|
/*mat-select-panel*/
|
||||||
div.cdk-overlay-container {
|
div.cdk-overlay-container {
|
||||||
|
z-index: 4 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cdk-overlay-container.modal-select {
|
||||||
z-index: 10001 !important;
|
z-index: 10001 !important;
|
||||||
}
|
}
|
Loading…
Reference in New Issue