fix: reposicionar dropdown del usuario en navbar para que sea accesible en móvil y desktop

This commit is contained in:
Admin
2026-01-16 20:54:39 -06:00
parent 1d17386299
commit 5bc50ec54b
3 changed files with 14 additions and 80 deletions

View File

@@ -114,10 +114,6 @@ body {
animation: slideDown 0.2s ease;
}
.dropdown-menu.show {
display: block !important;
}
@keyframes slideDown {
from {
opacity: 0;