Currently using Angular 18 in combination with PrimeNG, I am facing an issue with a dropdown component being visually cut off by a table footer from PrimeNG. Despite attempting to adjust the z-index of various p-dropdown CSS classes, I have not been able to successfully display the full dropdown. Has anyone encountered a similar challenge and found a solution?
For reference, here is an example: StackBlitz Dropdown-Demo