I am looking to create a navigation bar that stays fixed at the top of the page. I followed the approach outlined on the w3schools website to achieve this.
However, when I add a highchart javascript graph to the page, the fixed navigation bar stops working properly. You can see an example of this issue in action by checking out this jsfiddle code. As I scroll the page, the javascript content covers the navigation bar.
To insert the javascript graph, I use the following code:
<div id="container" style="min-width: 310px; height: 400px; margin: 0 auto">
If anyone could offer advice on how to modify the code so that the javascript/highchart graph no longer obscures the navigation bar while scrolling, it would be greatly appreciated!
Thank you!