From dc51bdb49750c8aa932c4ac6cd007cdc0aaff108 Mon Sep 17 00:00:00 2001 From: Igor Gov Date: Thu, 14 Jul 2022 11:48:12 +0300 Subject: [PATCH] Hot-fix: service map protocol filter hight bug (#1202) (#1203) #hotfix --- .../modals/ServiceMapModal/ServiceMapModal.module.sass | 5 ++++- .../components/modals/ServiceMapModal/ServiceMapModal.tsx | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.module.sass b/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.module.sass index ae47f3ddf..1e2a46805 100644 --- a/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.module.sass +++ b/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.module.sass @@ -95,9 +95,12 @@ $modalMargin-from-edge : 35px overflow: hidden .servicesFilterList - height: calc(100% - 30px - 52px) + height: calc(100% - 30px) .spinnerContainer display: flex justify-content: center margin-bottom: 10px + +.protocolsFilterList + height: 100% diff --git a/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.tsx b/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.tsx index 2f819de27..7f64b05fb 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