diff --git a/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapFeatureExplorer.module.scss b/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapFeatureExplorer.module.scss index 9305e629a..80331c4e3 100644 --- a/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapFeatureExplorer.module.scss +++ b/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapFeatureExplorer.module.scss @@ -14,9 +14,15 @@ margin-top: 10px; padding: 12px; box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.12); + max-height: 485px; + + &::-webkit-scrollbar { + display: none; + } @include xsPhoneView { position: absolute; + max-height: max-content; min-width: 293px; border-radius: unset; right: 0px; @@ -24,6 +30,19 @@ } } +.exploreItemsContainer { + max-height: 400px; + overflow-y: auto; + + &::-webkit-scrollbar { + display: none; + } + + @include xsPhoneView { + max-height: max-content; + } +} + .exploreFeatureMobileHeader { display: flex; justify-content: space-between; diff --git a/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapSettings.tsx b/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapSettings.tsx index 43b28c4b2..c9769ce33 100644 --- a/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapSettings.tsx +++ b/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapSettings.tsx @@ -91,7 +91,7 @@ const MapSettings: FC = ({ return (
-
+
{/*