From 665816cc9879a64f612709bf38284346202cc119 Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Sun, 12 Mar 2023 13:45:50 +0100 Subject: [PATCH] Fix map size when sidebar is open --- frontend/src/pages/MapPage/styles.module.less | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/MapPage/styles.module.less b/frontend/src/pages/MapPage/styles.module.less index a88c095..dc3fa13 100644 --- a/frontend/src/pages/MapPage/styles.module.less +++ b/frontend/src/pages/MapPage/styles.module.less @@ -21,6 +21,7 @@ .map { flex: 1 1 0; + overflow: hidden; } .mapInfoBox {