From 72422e6b9940070b952ae1fdcc78466ea88a378e Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 12 Aug 2020 14:23:58 +0000 Subject: [PATCH] [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 --- library.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/library.css b/library.css index 548b1b9..679d9b9 100644 --- a/library.css +++ b/library.css @@ -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; -}