In a typical chat app there is a "global" scroll that handles scrolling of VStack with chat messages. MarkdownControl has it's own internal scroll that sometimes pops up and sometimes does not (some really long markdowns are rendered without it and some shorter ones are rendered with it). It would be nice to being able to disabled it and just let control stretch vertically as much as it needs to.
In a typical chat app there is a "global" scroll that handles scrolling of VStack with chat messages. MarkdownControl has it's own internal scroll that sometimes pops up and sometimes does not (some really long markdowns are rendered without it and some shorter ones are rendered with it). It would be nice to being able to disabled it and just let control stretch vertically as much as it needs to.