diff client/src/components/map/Zoom.vue @ 1397:dea40d4cba44

fixed menu font-sizes and zoom button z-index
author Markus Kottlaender <markus@intevation.de>
date Wed, 28 Nov 2018 15:20:28 +0100
parents 3fee649d3d5d
children bb47531bdd22
line wrap: on
line diff
--- a/client/src/components/map/Zoom.vue	Wed Nov 28 15:07:54 2018 +0100
+++ b/client/src/components/map/Zoom.vue	Wed Nov 28 15:20:28 2018 +0100
@@ -24,7 +24,7 @@
 .zoomButton
   min-height: $icon-width
   min-width: $icon-width
-  z-index: 2
+  z-index: 1
   outline: none
   color: #666
 </style>