From 9b04260a60c44c71e6c359905ec2805d1d608602 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Mon, 15 Apr 2024 12:09:35 +0300 Subject: [PATCH] [develop | DONE | FIXED] showAuthors: fix z-index bug for ocrid dropdown inside modal --- utils/authors/showAuthors.component.ts | 3 +-- utils/result-preview/result-preview.component.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/authors/showAuthors.component.ts b/utils/authors/showAuthors.component.ts index 5b2c3710..eccccd6f 100644 --- a/utils/authors/showAuthors.component.ts +++ b/utils/authors/showAuthors.component.ts @@ -36,7 +36,7 @@ import {properties} from "../../../../environments/environment";
+ uk-dropdown="mode:click; offset: 4;" style="min-width: 465px !important;" [attr.container]="!modal ? '#modal-container' : true">
@@ -153,7 +153,6 @@ export class ShowAuthorsComponent { @Input() authorsLimit: number = 7; @Input() showAll: boolean = true; @Input() modal: AlertModal; - @Input() isModal: boolean @Input() viewAll: boolean = false; @Input() showInline: boolean = false; // do not open modal for "view more" when this is true public lessBtn: boolean = false; diff --git a/utils/result-preview/result-preview.component.html b/utils/result-preview/result-preview.component.html index 7e1c1d56..046eb7c0 100644 --- a/utils/result-preview/result-preview.component.html +++ b/utils/result-preview/result-preview.component.html @@ -125,7 +125,7 @@
-