From 70861db1db45efdbbd6b1d4bddaa042b9461db87 Mon Sep 17 00:00:00 2001 From: Nicola Krumschmidt Date: Fri, 15 Oct 2021 16:55:54 +0200 Subject: [PATCH] Fix table and cards layout scroll to top if page changes (#8826) * Fix table and cards layout scroll to top if page changes Fixes #8767 * Update cards.vue * Update tabular.vue Co-authored-by: Oreille <33065839+Oreilles@users.noreply.github.com> --- app/src/layouts/cards/cards.vue | 9 +- app/src/layouts/cards/index.ts | 11 +- app/src/layouts/tabular/index.ts | 11 +- app/src/layouts/tabular/tabular.vue | 9 +- .../components/docs-wrapper/docs-wrapper.vue | 4 +- package-lock.json | 126 +++++++++--------- 6 files changed, 83 insertions(+), 87 deletions(-) diff --git a/app/src/layouts/cards/cards.vue b/app/src/layouts/cards/cards.vue index 7e0fae88e0..1f2acc78f1 100644 --- a/app/src/layouts/cards/cards.vue +++ b/app/src/layouts/cards/cards.vue @@ -75,7 +75,7 @@