There was an error while loading. Please reload this page.
fixed-footer
1 parent 374c955 commit ecabcc5Copy full SHA for ecabcc5
1 file changed
packages/vuetify/src/components/VTable/VTable.sass
@@ -92,12 +92,14 @@
92
z-index: 1
93
94
&.v-table--fixed-footer
95
- > tfoot
96
- > tr
97
- > th,
98
- > td
99
- background: $table-background
100
- box-shadow: inset 0 1px 0 $table-border-color
+ > .v-table__wrapper
+ > table
+ > tfoot
+ > tr
+ > th,
+ > td
101
+ background: $table-background
102
+ box-shadow: inset 0 1px 0 $table-border-color
103
104
// Block
105
.v-table
0 commit comments