From 71db792a4ee7a373df6e3d6362ec178099343b84 Mon Sep 17 00:00:00 2001 From: leon-up9 <97597983+leon-up9@users.noreply.github.com> Date: Mon, 6 Jun 2022 16:26:07 +0300 Subject: [PATCH] list takes 100% from parent (#1129) Co-authored-by: Leon <> --- ui-common/src/components/UI/style/SelectList.module.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-common/src/components/UI/style/SelectList.module.sass b/ui-common/src/components/UI/style/SelectList.module.sass index b3aaa7c48..56f44c74c 100644 --- a/ui-common/src/components/UI/style/SelectList.module.sass +++ b/ui-common/src/components/UI/style/SelectList.module.sass @@ -3,7 +3,7 @@ .selectListTable user-select: none // when resizble moved we get unwanted beheviour - height: 100% + height: calc(100% - 53px) table width: 100%