So basically, I have my sticky navbar working with a working dropdown inside. My problem: when I scroll down and the sticky class is activated, the dropdown stops working. So how can I fix that?
This is the code I have over there
<div class="navtop">
<div class="dropdown-user">
<div class="dropbtn"><img src="images/user.png" alt="Perfil de Usuario" width="20px"><span>'.$_SESSION["username"].' <i class="fa fa-angle-down"></i></span></div>
<div class="dropdown-user-content" id="dropdown-user-content">