From d11770681b9b09a8e817d2001f6652e14818aeb5 Mon Sep 17 00:00:00 2001 From: leon-up9 <97597983+leon-up9@users.noreply.github.com> Date: Wed, 13 Jul 2022 18:37:22 +0300 Subject: [PATCH] full height (#1202) Co-authored-by: Leon <> --- .../modals/ServiceMapModal/ServiceMapModal.module.sass | 3 +++ .../src/components/modals/ServiceMapModal/ServiceMapModal.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.module.sass b/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.module.sass index 87cd1a238..a467dda34 100644 --- a/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.module.sass +++ b/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.module.sass @@ -98,3 +98,6 @@ $modalMargin-from-edge : 35px .servicesFilterList height: calc(100% - 30px) + +.protocolsFilterList + height: 100% diff --git a/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.tsx b/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.tsx index a87456273..a96fd28dd 100644 --- a/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.tsx +++ b/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.tsx @@ -228,7 +228,7 @@ export const ServiceMapModal: React.FC = ({ isOpen, onClos