There seems to be an issue with the top-bar on my website. Specifically, I am facing a problem where clicking on a certain link changes the size of the top bar by adding style="height:180"
and adding not-click moved
to the li
below. Additionally, when the link is clicked, it also removes ::after
from the link. This unexpected behavior is causing disruptions to the functionality of the website and I am struggling to understand the root cause of this issue.
<li class="has-dropdown">
<a href="javascript:void(0)">Description</a>
<ul class="dropdown">
<li><a href="filename.php">Description</a></li>
<li><a href="filename.php">Description</a></li>
<li><a href="filename.php">Description</a></li>
</ul>
</li>