Skip to content

Commit 0d8a90e

Browse files
committed
Makes the .twitter-typeahead index smaller
In some cases this can conflict with the Bootstrap modal z-index (1050). Drop it under 1050 to alleviate these interactions.
1 parent 858e1e5 commit 0d8a90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/blacklight/_twitter_typeahead.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.twitter-typeahead {
22
float: left;
33
width: 100%;
4-
z-index: 10000;
4+
z-index: 500;
55

66
input.tt-input.form-control {
77
width: 100%;

0 commit comments

Comments
 (0)