From c16df925f0943e23288b0b98ad4acbf3e3090d90 Mon Sep 17 00:00:00 2001 From: Rajnish Dargan Date: Tue, 30 Apr 2024 17:15:53 +0530 Subject: [PATCH 1/2] 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{ From 6975c1370fe0236494f3d348b81f1716c007a000 Mon Sep 17 00:00:00 2001 From: Rajnish Dargan Date: Tue, 30 Apr 2024 17:19:44 +0530 Subject: [PATCH 2/2] Issue #IQ-777 fix: Updating package version --- projects/questionset-editor-library/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/questionset-editor-library/package.json b/projects/questionset-editor-library/package.json index fd6c38eb2..ddd2a59d5 100644 --- a/projects/questionset-editor-library/package.json +++ b/projects/questionset-editor-library/package.json @@ -1,6 +1,6 @@ { "name": "@project-sunbird/sunbird-questionset-editor", - "version": "7.0.5", + "version": "7.0.6", "dependencies": { "tslib": "^2.0.0" },