Creating a single page webapp using Vue/Vuetify, I am facing an issue with building a list (v-list) of items on the right side that requires scrolling. Even though the list is longer than the page height, I want to prevent the rest of the page from scrolling.
While I have managed to achieve this setup, my challenge now is to dock items in a non-scrollable area above the list without having to recalculate the scrollable area height in JavaScript.
I am utilizing flexbox and grid box in my design but lack experience in modern HTML approaches.