drop down fix

This commit is contained in:
victorAnumudu
2024-12-07 07:10:08 +01:00
parent 73ca831e1a
commit 943818aafa
8 changed files with 111 additions and 19 deletions
+12 -7
View File
@@ -588,13 +588,18 @@
left: 0px;
}
}
.show {
.dropdown-menu{
margin-top: 0;
visibility: visible;
opacity: 1;
}
}
.show + .dropdown-menu{
margin-top: 0;
visibility: visible;
opacity: 1;
}
// .show {
// .dropdown-menu{
// margin-top: 0;
// visibility: visible;
// opacity: 1;
// }
// }
}
.nav-item.dropdown, .nav-item.dropup {
@include mobile-landscape {