changeset 1268:aca692e73028

fixed zoom button position
author Markus Kottlaender <markus@intevation.de>
date Wed, 21 Nov 2018 15:07:39 +0100
parents 29036b3916ab
children a990a06d9c77 bc55ffaeb639
files client/src/zoom/zoom.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/zoom/zoom.vue	Wed Nov 21 15:05:09 2018 +0100
+++ b/client/src/zoom/zoom.vue	Wed Nov 21 15:07:39 2018 +0100
@@ -1,5 +1,5 @@
 <template>
-    <div class="d-flex buttoncontainer shadow-xs mb-3 position-absolute" :style="showSplitscreen ? 'margin-bottom: 51vh' : ''">
+    <div class="d-flex buttoncontainer shadow-xs mb-3 position-absolute" :style="showSplitscreen ? 'margin-bottom: 51vh !important' : ''">
         <button class="zoomButton border-0 bg-white rounded-left ui-element border-right" @click="zoomIn">
             <i class="fa fa-plus"></i>
         </button>