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