mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-23 21:54:41 +00:00
Fix dropup in navbar
This commit is contained in:
parent
b29b1e1558
commit
b6988714a1
1 changed files with 8 additions and 0 deletions
|
|
@ -74,6 +74,14 @@
|
|||
position: static;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.dropup {
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue