Thanks for making the module! I am new to Vaadin, I got the tooltips work on anywhere except the components within a VStepper. There is no error message I could find to look into the issue. There is css added to the component but hovering the mouse over doesn’t turn on the tooltips.
Is there any prerequisite to make the tooltips work?
I just took a look at the layout of a VStepper. The problem appears to be that VStepper puts its content directly inside its shadowdom instead of using slots like Vaadin does.