My simple navbar is currently functioning, but it's overlapping with other content.
Both the navbar and main content elements use relative and absolute positions to function.
I have tried adjusting position:absolute without success.
The menu keeps opening behind images and divs in the main content, making it invisible. How can I make it visible on top of the main content like a typical dropdown menu?
Here is the code snippet:
To see the issue I'm facing, hover over the NEWS menu item.
https://codepen.io/familias/pen/YzRVLWG
<!doctype html>
... (code continues here)
</html>