Skip to content

Commit

Permalink
fix(VDataTable): Loading Progress bar pushes content down (vuetifyjs#…
Browse files Browse the repository at this point in the history
…10169)

* Revert to non locale sensitive number sort

* [Bug Fix]Loading Progress bar pushes content down

* Fix overflow issues

Co-authored-by: Albert Kaaman <albert@kaaman.nu>
Co-authored-by: Andrew Henry <AMajesticPotatoe@gmail.com>
  • Loading branch information
3 people authored and whoistobias committed Feb 26, 2020
1 parent 607bd2a commit 8cca0ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vuetify/src/components/VDataTable/VSimpleTable.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cca0ec

Please sign in to comment.