From deadc5440dcbef84ddb590ca77bbb0072814c991 Mon Sep 17 00:00:00 2001 From: Yury Fedorov Date: Mon, 13 May 2024 13:58:08 +0300 Subject: [PATCH] fix: scrollbar for basemap --- src/components/layers-panel/map-options-panel.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/layers-panel/map-options-panel.tsx b/src/components/layers-panel/map-options-panel.tsx index 09e4854d..21051435 100644 --- a/src/components/layers-panel/map-options-panel.tsx +++ b/src/components/layers-panel/map-options-panel.tsx @@ -17,8 +17,6 @@ const MapOptionsContainer = styled.div` display: flex; flex-direction: column; width: 100%; - overflow: auto; - position: relative; gap: 16px; margin-bottom: 8px; `;