Html – How can I position a div fixed relative to the body, when it's inside a fixed parent div?
I'm currently working on a CSS layout where I have a fixed parent div containing another div. I want the inner div to be fixed relative to the body, not its parent. Code (Tailwind): <div class="h-screen bg-red-100"> <div class="fixed left-1/2…