i couldn't find a better title, but i would like to build a tab panel with two tabs that are always present and a undefined number of other tabs that are generated dynamically by the user.
I would like to implement something similar to the app-Tabs in Firefox:
The tabs added by the user should be scrollable, while the other 2 tabs should be pinned and always displayed.
Here's an image:

Is this possible via ext or do I have to do it via css?
Thanks for any ideas!