mirror of https://github.com/twbs/bootstrap.git
Fix #8944
This commit is contained in:
parent
cbd0b7a505
commit
824d5d5de4
|
@ -17,6 +17,12 @@
|
|||
content: "";
|
||||
}
|
||||
|
||||
// The dropdown wrapper (div)
|
||||
// --------------------------
|
||||
.dropdown {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
// The dropdown menu (ul)
|
||||
// ----------------------
|
||||
.dropdown-menu {
|
||||
|
|
Loading…
Reference in New Issue