79534760

Date: 2025-03-25 20:17:18
Score: 4.5
Natty:
Report link

Thanks for sharing a sandbox! I removed some containers and height settings. The display flex is not useful and not needed here. I see now the banner and the table as full height. Was this your approach?

 <v-app>
    <v-main>
      <div style="height: 50px; background-color: black"></div>
      <v-container fluid>
        <UsersTable :items="users" />
      </v-container>
    </v-main>
  </v-app>
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): Thanks for sharing
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: devnik