1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

fixes issue after navbar is collapsed, dropdown-menus on uncollapsed menu are no longer visible

This commit is contained in:
Jason Harbert
2013-08-13 19:40:12 -07:00
parent 66122fa153
commit 09e1f69d3e
2 changed files with 3 additions and 2 deletions

View File

@@ -3190,6 +3190,7 @@ button.close {
padding-bottom: 0;
border-top: 0;
box-shadow: none;
overflow-y: visible;
}
}
@@ -5576,4 +5577,4 @@ td.visible-print {
td.hidden-print {
display: none !important;
}
}
}