From 15f7b889e2bfe8060cdf15de5ddf08c2da48d229 Mon Sep 17 00:00:00 2001 From: leon-up9 <97597983+leon-up9@users.noreply.github.com> Date: Wed, 13 Jul 2022 13:37:08 +0300 Subject: [PATCH] height change (#1201) Co-authored-by: Leon <> --- .../modals/ServiceMapModal/ServiceMapModal.module.sass | 2 +- 1 file changed, 1 insertion(+), 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 af3e56785..87cd1a238 100644 --- a/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.module.sass +++ b/ui-common/src/components/modals/ServiceMapModal/ServiceMapModal.module.sass @@ -97,4 +97,4 @@ $modalMargin-from-edge : 35px overflow: hidden .servicesFilterList - height: calc(100% - 30px - 52px) + height: calc(100% - 30px)