Search Component drop down suggestions don't render over page includes 9.5.5

Raymond,

Thanks, got it! I also see a search component in a header returning results underneath a page include when the header isn’t sticky. I’ve notified our developers of this issue and we’ll let you know when it’s fixed in a future release. A temporary workaround (if you don’t want the header to be sticky) is to add a z-index CSS property of -1 to the page include by giving the page include a specific CSS class such as pageInclude and then adding a CSS resource similar to 

.pageInclude { &nbsp; &nbsp;z-index: -1;<br>}