79600493

Date: 2025-04-30 14:14:45
Score: 0.5
Natty:
Report link

One way to fix this would be to rename v-tabs-window to just v-window and use CSS styling:

<style>
  .v-window {
    position: relative;
    overflow-y: auto !important;
  }
</style>

And make some overal styling improvements, see this Vuetify Plaground

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Samball