Skip to content

Commit 747dfe6

Browse files
committed
height back to fluid
1 parent f6732b4 commit 747dfe6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/relevant-dropdown.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ $(function() {
6161
.css({
6262
top: searchPosition.top + $(this).outerHeight(),
6363
left: searchPosition.left,
64-
width: $searchInput.outerWidth(),
65-
height: datalistItems.outerHeight() * 6
64+
width: $searchInput.outerWidth()
6665
});
6766

6867
datalistItems.hide();

readme.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ On Line 12 of the relevant-dropdown.js file you can change the ID to your own se
3232

3333
- Make better
3434
- Plugize / work on multiple inputs
35-
- Better IE styling
35+
- Better IE styling
36+
- Might be able to remove Modernizr and just test for support of list attribute in element

0 commit comments

Comments
 (0)