Hi everyone.
I have created a floating navbar which sits at the top of the page and is always visible above all page elements.
On the page I have an input box which, when focussed seems to somehow disable the floating navbar from staying fixed at the top of the page (in other words the navbar can be scrolled with the page).
Also, when you click outside the input box (so that it becomes unfocussed) as you would expect the floating navbar returns to being fixed - which is good - but it seems to scroll down the page so that the unfocussed input is moved up - I don’t want it to do this!
Any workaround ideas please?
Andrew