I am facing an issue with my two navbars. The top navbar sticks to the top of the page when the user scrolls down, which works perfectly fine. However, when the user logs in, the bottom navbar becomes visible. Unfortunately, the bottom navbar is not sticky and disappears when scrolled down. Is there a way to make the bottom navbar stick to the top navbar when scrolled down?
.second_fixed_menu {
border-color: rgba(91, 172, 220, 0.95);
margin-top: 63px;
}
.second_fixed_menu .sub_menu {
float: right;
}