From 85bbf0e9118bc688bd4bd05ed2a80fde8f5cfe7f Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sun, 13 Oct 2024 01:00:06 +0200 Subject: [PATCH] fix search control css --- src/Components/Map/Subcomponents/Controls/SearchControl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx index 7c50a03f..24a99f6b 100644 --- a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx +++ b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx @@ -95,7 +95,7 @@ export const SearchControl = () => { return (<> {!(windowDimensions.height < 500 && popupOpen && hideSuggestions) &&
-
+
{embedded && }