Commit db8eeaa1 authored by Mark Otto's avatar Mark Otto

Fixes #15142: Add position: relative; to .dropup for proper placement of menus

parent 1bf1ba71
......@@ -3401,6 +3401,7 @@ tbody.collapse.in {
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
......@@ -3401,6 +3401,7 @@ tbody.collapse.in {
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -16,6 +16,7 @@
}
// The dropdown wrapper (div)
.dropup,
.dropdown {
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