Having a fixed position and bottom set to 0, I want my div to display at the bottom of the window.
The issue arises when the window is resized, causing the div to move up and into other elements. For instance, when opening the console box in Chrome, the fixed positioned div jumps above other elements like the friend list on Facebook, with hidden parts going off-screen.
I would appreciate any help or suggestions on how to fix this problem with resizing the window while keeping the div in place.