Okay, I\'ve noticed something, but couldn\'t find it in the CSS spec. Styling an element with position: fixed will position it absolutely, with respect to the b
position: fixed
First element
position: fixed;
And the insider element must be:
position: sticky;