From c16df925f0943e23288b0b98ad4acbf3e3090d90 Mon Sep 17 00:00:00 2001 From: Rajnish Dargan Date: Tue, 30 Apr 2024 17:15:53 +0530 Subject: [PATCH] Issue #IQ-777 fix: The Drop down values are not aligned properly for learning level field --- .../src/lib/components/question/question.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/questionset-editor-library/src/lib/components/question/question.component.scss b/projects/questionset-editor-library/src/lib/components/question/question.component.scss index 8198af06d..2730e85c2 100644 --- a/projects/questionset-editor-library/src/lib/components/question/question.component.scss +++ b/projects/questionset-editor-library/src/lib/components/question/question.component.scss @@ -230,6 +230,7 @@ sui-select { font-size: 12px !important; font-weight: 500; border: 2px solid #eeeeef; + z-index: 99999 !important; } } .sb-keywordbox{