I am using the splitter in LWC, it is just showing the blank space between them, and there is no option for resizing the above and below, like we have a vertical splitter in both sections.
I would require the same between the Gantt and resource utilisation views.
Attaching screenshot fyr.
Attachments
Screenshot 2025-05-09 at 2.13.39 PM.png (346.07 KiB) Viewed 171 times
I am debugging the code and see Salesforce container uses flex-direction: row by default. That causes Splitter appeared in vertical mode (which is correct). The fix is to set correct flex-direction to container it rendered to.