diff client/src/layers/Identify.vue @ 911:86278692c30c

UI: Identify Tool, nicer dynamic height.
author Sascha Wilde <wilde@intevation.de>
date Tue, 02 Oct 2018 18:27:55 +0200
parents 21ab63347a6c
children 8a80ef09a62c
line wrap: on
line diff
--- a/client/src/layers/Identify.vue	Tue Oct 02 18:07:27 2018 +0200
+++ b/client/src/layers/Identify.vue	Tue Oct 02 18:27:55 2018 +0200
@@ -36,7 +36,7 @@
 
 <style lang="scss">
 .features {
-  height: $identify-height;
+  max-height: $identify-height;
   overflow-y: auto;
   margin-bottom: $x-large-offset + $large-offset;
 }
@@ -63,7 +63,6 @@
 }
 
 .identifyexpanded {
-  min-height: $identify-height;
   width: $identify-width;
 }