When i scroll navbar not good or fit when i see in browser



// browser image

I give body height
body {
margin: 0px;
padding: 0px;
height: 2300px;
}

header {
padding: 8em 0em;
}

nav {
height: 75px;
}

please help with peace

Its very difficult to give a solution without seeing all of your code. I just recreated from what I could see in your screenshots and everything works ok. Can you publish to the bss server and we can take a look?

If that’s what you’re looking for, you’ll need to set a background color for the navbar.

1 Like

Here is link
https://cold-sound-2046.bss.design/

body height 2400px
nav background style transparent
if i scroll header over to nav no inside
sorry my english weak

Thanks for reply
i also tried

Here is link
https://cold-sound-2046.bss.design/

body height 2400px
nav background style transparent
if i scroll header over to nav no inside
sorry my english weak please check

So if you want the header (and the rest of the page) to go behind the navbar then you will have to set the color of the navbar to something other than transparent as @gilmar said

1 Like

Its work i give nav background color set in inherit and remove height work in seperate page thanks for reply :slight_smile: