changeset 911:86278692c30c

UI: Identify Tool, nicer dynamic height.
author Sascha Wilde <wilde@intevation.de>
date Tue, 02 Oct 2018 18:27:55 +0200
parents 53fcb4414045
children 85b2648066d7 69394644bc73
files client/src/layers/Identify.vue
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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;
 }