From 787970f735d48efc65e4408fe4eb5803e57021aa Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 20 Jun 2022 13:02:23 +0300 Subject: [PATCH] [Library | Explore | new-theme]: Added a container for modals | Fixes in orcid modal | for journals and registries use common query for beta & prod. 1. app.component.ts: Added . 2. alert.ts: [Bug fix] Updated target container in modal to id #modal-container (get portal specific css and have a generic z-index). 3. datasourcesHelper.class.ts: In method getQueryPrefix(), have a common setting for beta & prod environments. 4. orcid-work.component.ts: In grant modal, removed uk-text-center class and added [overflowBody]=false. --- library-css/landing-utils.css | 1 + 1 file changed, 1 insertion(+) diff --git a/library-css/landing-utils.css b/library-css/landing-utils.css index 3d45fff..1a0f886 100644 --- a/library-css/landing-utils.css +++ b/library-css/landing-utils.css @@ -378,6 +378,7 @@ z-index: 981; } +/* Remove the following rule when .less is used for openaire theme */ .landing .uk-offcanvas .uk-dropdown { left: auto !important; right: auto !important;