changeset 2885:190c84c712e8

client: importoverview: positioned spinner overlay so that it does not cover the controls in the top but only the table
author Markus Kottlaender <markus@intevation.de>
date Mon, 01 Apr 2019 18:34:15 +0200
parents fe3d5e824ee9
children 9e849838d2e3
files client/src/components/importoverview/ImportOverview.vue
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Mon Apr 01 18:31:52 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Mon Apr 01 18:34:15 2019 +0200
@@ -91,6 +91,11 @@
   </div>
 </template>
 
+<style lang="sass" scoped>
+.spinner-overlay
+  top: 110px
+</style>
+
 <script>
 /* This is Free Software under GNU Affero General Public License v >= 3.0
  * without warranty, see README.md and license for details.