mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
Fix #8944
This commit is contained in:
parent
cbd0b7a505
commit
824d5d5de4
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@
|
|||
content: "";
|
||||
}
|
||||
|
||||
// The dropdown wrapper (div)
|
||||
// --------------------------
|
||||
.dropdown {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
// The dropdown menu (ul)
|
||||
// ----------------------
|
||||
.dropdown-menu {
|
||||
|
|
|
|||
Loading…
Reference in a new issue