From a5dec329ebbee447906090d84eae20d79e620abe Mon Sep 17 00:00:00 2001 From: Alexander Chabin Date: Sun, 29 Oct 2023 21:17:48 +0500 Subject: [PATCH] Remove `overflow: hidden` for html tag --- .../components/Map/MainContainer/MapMainContainer.module.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/components/Map/MainContainer/MapMainContainer.module.css b/client/components/Map/MainContainer/MapMainContainer.module.css index a71cdd36..4a30cdeb 100644 --- a/client/components/Map/MainContainer/MapMainContainer.module.css +++ b/client/components/Map/MainContainer/MapMainContainer.module.css @@ -2,7 +2,3 @@ width: 100%; height: 100%; } - -html:has(.Map) { - overflow: hidden; -}