From 0a7bc2786017550b18dd7cc8456169c983d2d8ec Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 16 Jun 2022 19:37:31 +0300 Subject: [PATCH] [Library & common-assets | new-theme]: z-index problems in landing pages & scrolling on page change in tabs and versions modals | Bug fix in projects tab of organizatio landing. 1. landing-utils.css: [Bug fix] z-indexes of uk-dropdown set to 981 (landing only), z-index of #main-tabs-div set to 978, z-index of graph_and_feedback set to 979. 2. showAuthors.component.ts: [Bug fix] Added @Input() isSticky: boolean = false; and when isSticky is true, do not show orcid info & dropdown for authors (z-index problem). 3. resultLanding.component.ts: Added scrolling in "References" and "External Databases" (bioentiites) tabs on page change. 4. resultLanding.component.html: [Bug fix] For the right sidebar, added inner
inside sticky - z-index problem. 5. result/deletedByInference.component.ts & organization/deletedByInference.component.ts: Added scrolling on page change. 6. projects-in-modal.component.ts: a. Added scrolling in "Projects" tab on page change. b. Show number of projects and pages always. b. [Bug fix] On filterChange(), set page=1. 7. landing-header.component.ts: Added parameter isSticky in . 8. Added scrolling in "Related Data Sources" tab on page change. --- explore/src/app/openaireLibrary | 2 +- explore/src/assets/common-assets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 25b98c9a..fb4df63f 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 25b98c9af011d4f421deab82e7d2fddbf8de82ca +Subproject commit fb4df63f19ba02268ef1ecd0027c4cc3331d64cc diff --git a/explore/src/assets/common-assets b/explore/src/assets/common-assets index 2b7e2d4c..4b13058c 160000 --- a/explore/src/assets/common-assets +++ b/explore/src/assets/common-assets @@ -1 +1 @@ -Subproject commit 2b7e2d4cc0de56fc6a5868e15c5209b4e27c058d +Subproject commit 4b13058c7d827dabbe6248ff566d36ef2bfa9834