Commit fb51efcb authored by Mark Otto's avatar Mark Otto

Fixes #5113: increase .typeahead z-index for proper use with modals

parent 2320a098
...@@ -3027,6 +3027,7 @@ table th[class*="span"], ...@@ -3027,6 +3027,7 @@ table th[class*="span"],
} }
.typeahead { .typeahead {
z-index: 1051;
margin-top: 2px; margin-top: 2px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
......
...@@ -226,6 +226,7 @@ ...@@ -226,6 +226,7 @@
// Typeahead // Typeahead
// --------- // ---------
.typeahead { .typeahead {
z-index: 1051;
margin-top: 2px; // give it some space to breathe margin-top: 2px; // give it some space to breathe
.border-radius(@baseBorderRadius); .border-radius(@baseBorderRadius);
} }
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