Skip to content

Commit

Permalink
Use zindex-dropdown from bootstrap for typeahead widget
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Aug 19, 2016
1 parent 90d612c commit 6ccb038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/blacklight/_twitter_typeahead.scss
@@ -1,7 +1,7 @@
.twitter-typeahead {
float: left;
width: 100%;
z-index: 500;
z-index: $zindex-typeahead;

input.tt-input.form-control {
width: 100%;
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/blacklight/blacklight_defaults.scss
Expand Up @@ -4,3 +4,4 @@ $logo_image: 'blacklight/logo.png' !default;

/* label (field names) */
$field_name_color: $text-muted !default;
$zindex-typeahead: $zindex-dropdown;

0 comments on commit 6ccb038

Please sign in to comment.