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
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