diff client/src/components/importoverview/ImportOverview.vue @ 2523:40bd6bb7886b

staging: small UI improvements
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 06 Mar 2019 12:54:47 +0100
parents 0c9121abf120
children f15ee4e84c0c
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Wed Mar 06 10:48:18 2019 +0100
+++ b/client/src/components/importoverview/ImportOverview.vue	Wed Mar 06 12:54:47 2019 +0100
@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div class="overview">
     <UIBoxHeader
       icon="clipboard-check"
       title="Staging Area"
@@ -144,4 +144,9 @@
 };
 </script>
 
-<style></style>
+<style lang="scss" scoped>
+.overview {
+  max-height: 850px;
+  overflow-y: auto;
+}
+</style>