Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload button not always working on Chrome #221

Open
bobinwood opened this issue Sep 20, 2019 · 1 comment
Open

Upload button not always working on Chrome #221

bobinwood opened this issue Sep 20, 2019 · 1 comment

Comments

@bobinwood
Copy link

To fix it , I changed
ss.addStyles( this._input, {
'position' : 'absolute',
'right' : 0,
'margin' : 0,
'padding' : 0,
'fontSize' : '480px',
'fontFamily' : 'sans-serif',
'cursor' : 'pointer',
'height' : '100%',
'zIndex': 16777271, // instead of 16777270
});

@hellofarhan
Copy link

var uploader = new ss.SimpleUpload({});
After initializing the simple upload add the following line end of the body.
uploader.updatePosition();
It's working fine for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants