Skip to content

Commit 1b1b6e6

Browse files
authored
Merge pull request #1452 from projectblacklight/make-the-zs-smaller
Makes the .twitter-typeahead index smaller
2 parents 858e1e5 + 0d8a90e commit 1b1b6e6

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)