Skip to content Skip to sidebar Skip to footer

The Navbar Dropdown Menu Does Not Beyond The Container

Here is the navbar html

Solution 1:

<div class="row" style="overflow:visible;"></div>

Solution 2:

get rid of

.left_menu_body {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.row {
  overflow: hidden;
}

really don't understand why you did that crazy "hack" on .left_menu_body


Post a Comment for "The Navbar Dropdown Menu Does Not Beyond The Container"