Overflow scrolling fitting parent height #12615
Unanswered
forstmeier
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm working on integrating Vuetify into my app and I had a question on which components/styling I should be using to properly introduce some scrolling I'd like to use.
I'd like to have:
Looking around, it seems like
v-list
might be sort of what I'm looking for or thev-virtual-scroller
but I'm not sure how to best make those work with what I'm looking for.Here's a link to the repo/branch that I'm currently working with (rough cut currently). You can see where I've started passing down the
height: 100%
in an effort to get the "fill" requirement for point 4 above to work but I've also set the height for the children at a fixed700px
as an interim solution. Below is a sketch of what I'm going for. Thanks for any insight!Beta Was this translation helpful? Give feedback.
All reactions