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
Answers
Probably need to use some Javascript library to do it. Ideally you'd just be able to use
position: stickybut it isn't widely supported in browsers.Allan