Adding a div/nav to the top of the calendar.

Hello,

I am trying to add a div/nav to the scheduler but when I do I cannot see the complete scheduler, I can only see it to 22pm. Without the div I can see to 24. I’ve also tried to remove the overflow:hidden from the original css in the start guide but it gives me two scrollbars which I would like to avoid. I’d like to know if it is possible to add a div or nav bar while still maintaining the ratio of the scheduler as if I was just resizing the window for example.

Thanks.




Here’s the nav with the css.

[code]


Logo


asdfasdf


[/code]

[code].navbar {
background: #fcd404;
color: #292929;
}

.navbarligne {
    display: inline-block;
}

#titre {
    font-family: Tahoma;
    font-size: 11pt;
}

#logo {
    margin-top: 10px;
    padding-left: 10px;
}[/code]

Hi,
probably the scheduler container is defined with 100% page height and the navigation panel pushes it out of the page. You’ll need to change css to fit both elements on the page

Yea I’ve tried everything I could in css, still can’t fix it. Very frustrating…