Skip to content

Commit

Permalink
Fix Details Tabs in mobile view
Browse files Browse the repository at this point in the history
Overlap in Main Menu
  • Loading branch information
PacMM79 committed Nov 18, 2024
1 parent d5192c5 commit 1bb190e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ p, ul li {
// Estilos para el menú desplegable en pantallas móviles
@media screen and (max-width: 768px) {
.dropdown-menu-mobile {
position: relative;
position: static;
margin-bottom: 1rem;

.dropdown-toggle {
Expand Down

0 comments on commit 1bb190e

Please sign in to comment.