Hello… I’m trying to create a notification bar that will allow the content beneath to slide back to its normal position once the bar is closed. Kind of like this…
This is pretty complicated, i did it with a menu. Basically you have to wrap your entire site in a div and then apply the interaction to that div to push down when the notification is on and then move up after. You then have to apply this wrapper manually to every page and every new page you make in the future. it’s a massive pain. But doable if you are willing to spend the time.