Custom NAVBAR | page interactions not working anymore

Hi community,

I’m struggling with the navbar I customized…

Issue: all interactions (animations, sider, etc) on the page are not working as soon as I click once on the hamburger menu.

I suspect that this is happening because the navbar is on top of everything: fixed + absolute positioning for some elements. (As I’m quite new, I don’t fully understand subtilties of positioning when there are many elements in a page).

Also the way I constructed this custom navbar is, by making a custom dropdown menu: a simple DivBlock with white BG that appears when the hamburger dropdown menu is triggered. This might cause the issue, but I don’t know how to make a dropdown that appears slowly instead of scrolling as is does by default.

I’m stuck here… :confused:


Here is my public share link: LINK

Regards,
-Charles C.

So I constructed it another time watching this video tutorial :

Damn… working with interactions is not that easy when you have a couple… many ‘‘bugs’’ or inconsistency…