isolate
Notice how the below elements interact with the bottom right navigation component (which is fixed with a z-index of 30). This is a common issue with fixed headers etc.
Instead of whacking a z-[100000] on the fixed component (which then inevitably causes another stacking issue elsewhere), isolation:isolate
allows us to confine the stacking context of the below boxes to this particular containing element.
isolate
Menu