From 0624a0b9b18171fb089211626e8a43bdd56ec6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Luena=20Rodr=C3=ADguez?= Date: Tue, 13 Aug 2019 17:09:54 +0200 Subject: [PATCH] Fix/fixed header (#46) * react responsive and main layout * view map btn component * media queries and mobile view styles * media queries adjusted in header * mobile condition to redux, btn and header styles adapted * action bar in header * hotspots widget mobile * typo error * indentation * background, widgets arrow * desktop styles fixed * view map btn and active layers * desktop layout component * mobile layout component * layers collapsed in map view * mediaqueries added * unused dependencies removed * mediaqueries fix * map btn functionality * legend collapse * import styles using SASS_PATH * legend item back * map legend * conflict and legend styles * PR changes * modal styles * PR - changes * header and modal fix * mobile modal btn --- src/components/location-modal/style.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/location-modal/style.module.scss b/src/components/location-modal/style.module.scss index e6e777fd3..1f3cec955 100644 --- a/src/components/location-modal/style.module.scss +++ b/src/components/location-modal/style.module.scss @@ -82,8 +82,8 @@ &.mobile { top: 20px; right: 20px; - left: inherit; - + z-index: 2; + left: initial; } }