So I'm editting the CSS and the tab menu has a whitespace: nowrap property, which means it doesn't overlap but it ends up exiting the page. Setting the width of the tab menu itself does nothing even with !important and hierarchy CSS.
Looks like this
When I do whitespace: pre, or any of the others they end up overlapping.
overflow: auto
and see what happens. – Blender