I wasn't sure where to report this issue so hopefully here is OK.
My surface pro is cutting off the drop-down list. Can be replicated by shrinking the browser height.
Quick fix - Change `max-height` to <= 500px for my little screen
ul#scriptsList { ... max-height:600px }