Remove search input box from bottom of page? (2)
-
Just an alternate solution for the above issue. The fix using the
display
property is good. But it disables the animation. Which is not ideal.So i’m proposing this:
#full-screen-search { position: absolute !important; left: -9999px !important; } #full-screen-search.open{ position: fixed !important; left: 0 !important; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove search input box from bottom of page? (2)’ is closed to new replies.