Skip to content

Commit

Permalink
Fix issue #21: Indicate that the "Other languages" list can be scrolled
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeeb26 committed Nov 10, 2012
1 parent 9f9bbd9 commit 5f57869
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css/jquery.ime.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ ul.ime-language-list {
}

div.ime-language-list {
overflow: hidden;
width: 250px;
overflow: auto;
padding: 0 0;
}

Expand Down Expand Up @@ -184,4 +183,4 @@ div.ime-language-list {

.imeselector-menu li {
position: relative;
}
}

0 comments on commit 5f57869

Please sign in to comment.