Hi there. Does anyone know how I can remove the sticky function from the mobile version of my site. I have used the following code and would like to keep this for my desctop version but remove for mobile.
#page .page-section {position: sticky!important; top: 0px; box-shadow: 5px 5px 15px rgba(0,0,0,0.8)!important}
html {scroll-behavior: smooth}