How can I make the navigation bar static in Debut theme?

Hi there, I’m using the Debut theme and looking for code to allow me to keep the navigation bar static as users scroll down on both desktop and mobile. Any guidance is much appreciated. Website: domainedelachaal.com

@dmolta ,

I have gone through your store.

your navigation is already static.

please check and let me know.

Maybe “static” is the wrong word. I’m looking for the nav to stay on screen as a user scrolls the page.

@dmolta ,

header.site-header.border-bottom.logo--left {
    position: fixed;
    z-index: 1;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid