Open roman3000 opened 2 weeks ago
The ScrollArea
component requires a height on it, in this case, height: 100vh
Also, this happens in all shadcn-ui
ports too
I couldn't fix it but modifying the 100vh to 73vh could fix the problem
It seems that setting the max height cuts the list off. If you remove it it's fine but the height is too big to fit on screen. I will keep an eye on this and if find a fix I will post it here. ` <ResizablePanelGroup id="resize-panel-group-1" direction="horizontal" class="h-full max-h-[800px] items-stretch"
`
Reproduction
https://www.shadcn-vue.com/examples/mail.html
Describe the bug
The email list is cut off when you scroll to the last item. I have spent a while trying to figure out why but can't fix it. Maybe someone has some info as to how to fix it, I checked the official shad-cn site and they have the same issue, someone raised the bug and suggested a fix but i couldn't figure out how to apply it.
System Info
Contributes