My web page layout includes three different divs: header, wrapper, and footer. The header is set to a fixed position. Within the wrapper, there are various components, including some jqueryUI tabs. However, as I scroll down the page, the wrapper and its contents start to disappear due to the fixed position of the header. It's interesting to note that the UI tabs do not hide like the other content; instead, they overlap and disrupt the design. I attempted adjusting the CSS for the UI tabs but was unsuccessful. Is it possible to make the tabs also move below the header? If so, how can this be achieved?