This question is locked. New answers and comments are not allowed.
I'm trying to create a window that behaves a bit like a floating toolbar - i.e. it stays stationary while the content beneath it is allowed to scroll with the browser.
I can get about halfway there simply with
which nearly works, except when you scroll and then re-interact with the window. At this moment it panics about its position and kind of gives itself an offset. Is it possible to turn off or override that behavior so that it can be given a fixed position ?
TIA
I can get about halfway there simply with
#MyLovelyWindow{ position : fixed !important;}which nearly works, except when you scroll and then re-interact with the window. At this moment it panics about its position and kind of gives itself an offset. Is it possible to turn off or override that behavior so that it can be given a fixed position ?
TIA