Hello guys how can i make the search box sticky when i am scrolling?
Probably need to use some Javascript library to do it. Ideally you'd just be able to use position: sticky but it isn't widely supported in browsers.
position: sticky
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Probably need to use some Javascript library to do it. Ideally you'd just be able to use
position: sticky
but it isn't widely supported in browsers.Allan