RootCauseunvalidated
my root component has `overflow-x: hidden` as a part of its style — This problem is caused by the fact that my root component has `overflow-x: hidden`. Tension: this style was global for almost all tags. Outcome: I had to remove it from the MUI `Tabs` component children element like this.
81d597b1-6142-4902-b801-ed48f9bf98fa
my root component has overflow-x: hidden as a part of its style — This problem is caused by the fact that my root component has overflow-x: hidden. Tension: this style was global for almost all tags. Outcome: I had to remove it from the MUI Tabs component children element like this.