While using Chrome, I encountered an issue on a certain page where the menu button (the 3 lines at the top right corner) was not visible. Upon inspecting the element, it was revealed that the menu was hidden above the header due to positioning. Interestingly, upon refreshing the page, the menu appeared correctly positioned. This issue also occurred in Chromium. The problematic page is:
To replicate this problem, do not click on the link. Instead, open a new tab and manually enter the URL, then refresh the page.
If you access the inspector and toggle the position setting for
body > .wrapper > header > .icons
, the menu will display correctly. It remains unclear why the page mispositions the element only when accessed by opening in a new tab and directly entering the site url.
What could be causing this problem? Is it my oversight or something else?