From 8cca0ecb2d5fdfb4a758db8c06509723f058b4be Mon Sep 17 00:00:00 2001 From: Aramis13 Date: Tue, 18 Feb 2020 15:55:24 +0200 Subject: [PATCH] fix(VDataTable): Loading Progress bar pushes content down (#10169) * Revert to non locale sensitive number sort * [Bug Fix]Loading Progress bar pushes content down * Fix overflow issues Co-authored-by: Albert Kaaman Co-authored-by: Andrew Henry --- packages/vuetify/src/components/VDataTable/VSimpleTable.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/vuetify/src/components/VDataTable/VSimpleTable.sass b/packages/vuetify/src/components/VDataTable/VSimpleTable.sass index 59b138764e3c..75afc04ceef5 100644 --- a/packages/vuetify/src/components/VDataTable/VSimpleTable.sass +++ b/packages/vuetify/src/components/VDataTable/VSimpleTable.sass @@ -71,10 +71,14 @@ .v-data-table__progress height: auto !important + .v-progress-linear + position: absolute + th height: auto !important border: none !important padding: 0 + position: relative // Modifiers .v-data-table--dense