Skip to content

Commit

Permalink
! Ensuring a select box that was once opened upwards won't open downw…
Browse files Browse the repository at this point in the history
…ards the next time in the same situation. (sbox.js)
  • Loading branch information
Nao committed Aug 14, 2014
1 parent 3f4cfeb commit 1ee42c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/javascript/sbox.js
Expand Up @@ -241,6 +241,7 @@
.css({ visibility: 'hidden' })
.width('')
.height('')
.removeClass('above')
.find('.viewport')
.height('');

Expand Down

0 comments on commit 1ee42c5

Please sign in to comment.