Dacili

Results 2 comments of Dacili

Is this implemented? Is there a possibility to add a tooltip on dropdown options?

So there are 2 solutions that worked for me: 1. solution: Add the below style in your **global** CSS file(**styles.css** or .scss file) .cdk-global-overlay-wrapper, .cdk-overlay-container { z-index: 10000 !important; }...