Hi,
I am trying to create a tab component with a sticky header inside a splitter component like this:
(ignore the tab styling please)
The problem we have is that we want to use the built-in overflow property but we cannot get it to work if we set `position: sticky` to the .e-tab-header element.
This is the desired outcome. The pop-up menu appears but the tabs are not sticky inside the splitter panel. If we try to make it sticky, the menu doesn't show at all.
I also noticed that the popup element is rendered inside the tab element, as opposed to the dialog component that renders inside the <body>.
Do you think this behaviour is possible? Let me know if I can provide anything else.
Regards,
Nicu