I'm facing an issue where the horizontal scrollbar in my p-tree component is hidden until I scroll all the way down. I've tried various CSS modifications, but nothing seems to work. It's surprising that I couldn't find anyone else with this problem after searching extensively on different forums.
One solution mentioned was to use [scrollable] properties for PrimeNG DataTable, but unfortunately, it doesn't apply to p-tree. Changing overflow values didn't yield the desired results either—either eliminating the vertical scrollbar completely or displaying an empty horizontal bar.
The UI-tree CSS I'm using includes styling for border, background, color, padding, width, and overflow settings. However, the issue persists regardless of these configurations.
If no one has a solution, I can create a demo on fiddle/stackblitz/plunkr, but it will take some time due to propriety issues preventing me from sharing code directly here.
A visual representation of the problem can be seen here. Essentially, I need the horizontal scrollbar to be visible and functional at all times, irrespective of the vertical scrollbar position.
Any assistance or suggestions would be greatly appreciated!
Thank you.