How to apply fixed-header prop to v-table if height of 100vh is not possible? – CSS
I'm using Vuetify and have some content above a table. The table should have a fixed-header but this requires a height prop. A height of 100% didn't work and I can't use 100vh because I have some content above. Reproduction…