mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
fixes issue after navbar is collapsed, dropdown-menus on uncollapsed menu are no longer visible
This commit is contained in:
parent
66122fa153
commit
09e1f69d3e
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user