Remove box-shadow same as with v-card flat
flat property as in v-card
+1 I need this, for now it helped me:
.v-stepper{
box-shadow: none;
}
You can also use class="elevation-0" for now
Quick win for v2.5 by simply adding the elevatable mixin.
Most helpful comment
You can also use class="elevation-0" for now