1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 21:49:09 +01:00

add position relative to .dropup

This commit is contained in:
Mark Otto 2012-03-25 22:28:43 -07:00
parent 4449c4e9e0
commit cffadd8c71
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -1790,6 +1790,7 @@ table .span24 {
.icon-resize-horizontal {
background-position: -456px -118px;
}
.dropup,
.dropdown {
position: relative;
}

View File

@ -2,6 +2,7 @@
// --------------
// Use the .menu class on any <li> element within the topbar or ul.tabs and you'll get some superfancy dropdowns
.dropup,
.dropdown {
position: relative;
}