[Library | Trunk]: library.css remove z-index change for mat-select

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59256 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-08-12 14:23:58 +00:00
parent 598f5e0f1f
commit 72422e6b99
1 changed files with 0 additions and 14 deletions

View File

@ -1071,19 +1071,5 @@ Impact Factor - ATHENA CODE */
/*mat-select-panel*/
div.cdk-overlay-container {
z-index: 4 !important;
}
div.cdk-overlay-container.modal-select {
z-index: 10001 !important;
}
@keyframes opacity {
from {opacity: 0;}
to {opacity: 1;}
}
/* Set an animation for 750ms to avoid flickering on z-index change*/
.cdk-overlay-pane {
animation: linear 750ms opacity;
}