Commit cffadd8c authored by Mark Otto's avatar Mark Otto

add position relative to .dropup

parent 4449c4e9
...@@ -1790,6 +1790,7 @@ table .span24 { ...@@ -1790,6 +1790,7 @@ table .span24 {
.icon-resize-horizontal { .icon-resize-horizontal {
background-position: -456px -118px; background-position: -456px -118px;
} }
.dropup,
.dropdown { .dropdown {
position: relative; position: relative;
} }
......
...@@ -2,6 +2,7 @@ ...@@ -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 // Use the .menu class on any <li> element within the topbar or ul.tabs and you'll get some superfancy dropdowns
.dropup,
.dropdown { .dropdown {
position: relative; position: relative;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment