Closed CoderLineChan closed 1 year ago
Hi @CoderLineChan,
If you provide an isolated Xcode project that reproduces the issue, I can help you to find the problem.
Hi @CoderLineChan,
You are seeing this issue because you have multiple nested vertical scroll views. Beware that the Form
view in your MarkdownView
is also a vertical ScrollView
, which collides with the main scroll view in which you are rendering the ChatRoomCellView
s.
In short, this is not a MarkdownUI issue.
@gonzalezreal , I think that I am running into a similar issue, but I'd love to get your assistance.
@kchro3 Please provide a working Xcode project reproducing the issue, and I will investigate it.
Can confirm this exists for me as well
What would be the right way to handle ScrollView
containing multiple vertical items of Markdown
@gonzalezreal ? Since Markdown contains scrolling it interferes with the parent scroll view and users are not able to scroll vertically when mouse hovers Markdown
component?
Describe the bug
some code
Screenshots
Version information
Additional context Add any other context about the problem here.