Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Overlay on not fixed position › Reply To: Overlay on not fixed position
December 5, 2022 at 10:46 am
#40386
Keymaster
Hi,
Unfortunately that is not possible. The overlay and the search has to be fixed, otherwise if there is a relative parent element then it would not overlap the whole document, but only that element relatively – it is a CSS language limitation. Fixed CSS potisitioning removes the search elements from the document styling flow and allows this overlaying layout.