I have created a UI which uses bootstrap 4 and I've implemented a sticky nav bar but the links do not consistanly navigate the user when displayed on smaller screens (when the hamburger menu is used).
To reproduce the bug (screen width: 760):
- load page
- open hamburger menu
- click link (sucessfully navigates)
- click home button
- open hamburger menu
- click link (nothing happens)
In full screen mode I can click a link and sucessfully navigate as many times as I want.
I have read other questions around this issue and they talk about the z-index, however I tried that but it does not resolve my problem.
After several hours of looking at this issue I have come to an end
Why is this happening?
NB: I have not yet posted any code from my nav bar or the associated cssc because I really have no idea where the problem is. If there is any advice that can help me narrow that down I will add the relevant piece of code