From 97f490c12f9c8743118be5fded397a8660c5842a Mon Sep 17 00:00:00 2001 From: Viktor Kyryltsev <85935219+viktor-kyryltsev-kaltura@users.noreply.github.com> Date: Tue, 22 Jun 2021 14:48:51 +0300 Subject: [PATCH] fix(categories): After selecting another Category all of them disappear on Move Category (#952) --- .../category-selector/category-selector.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/content-shared/categories/category-selector/category-selector.component.scss b/src/shared/content-shared/categories/category-selector/category-selector.component.scss index 0274e1642e..d65bcfa8ca 100644 --- a/src/shared/content-shared/categories/category-selector/category-selector.component.scss +++ b/src/shared/content-shared/categories/category-selector/category-selector.component.scss @@ -43,6 +43,7 @@ margin-top: 4px; border-bottom: 0px solid white; min-height: 260px; + position: relative; } :host ::ng-deep k-area-blocker {