leon / angular-upload

Upload service with iframe fallback and some nice directives to go with it.
MIT License
234 stars 100 forks source link

button not clickable in large browser windows #44

Open onkelsteffi opened 9 years ago

onkelsteffi commented 9 years ago

open a large chrome window, e.g. 1800px width, and try to click the "upload-button". you can only reach the button on the right ~half of the screen. fixed it by overwriting a style: .btn-upload input { right: auto; left: 0; } this seems to work for me cheers