From ad11de53afa530d8fd5f470f5e6e2c5a25d554db Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Tue, 18 Feb 2020 16:41:24 +0100 Subject: [PATCH] Fix z-index layer switcher --- .../components/layer-switcher/layer-switcher.component.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/common-map/src/fm-map/components/layer-switcher/layer-switcher.component.scss b/projects/common-map/src/fm-map/components/layer-switcher/layer-switcher.component.scss index fae4ae7..ff8f0d9 100644 --- a/projects/common-map/src/fm-map/components/layer-switcher/layer-switcher.component.scss +++ b/projects/common-map/src/fm-map/components/layer-switcher/layer-switcher.component.scss @@ -10,9 +10,7 @@ background-size: contain; margin-top:0.5em; text-align: center; - line-height: 2.5em; - z-index: 4; - + line-height: 2.5em; } .layers { @@ -22,6 +20,7 @@ right: -1em; text-align: left; min-width: 100vw; + z-index: 4; // transition: max-height 0.3s ease-out,max-width 0.3s ease-out,min-height 0.3s ease-out,min-width 0.3s ease-out; }