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

Can not show all view #77

Closed
zouwei1991 opened this issue Jun 22, 2016 · 6 comments
Closed

Can not show all view #77

zouwei1991 opened this issue Jun 22, 2016 · 6 comments
Assignees
Labels
Milestone

Comments

@zouwei1991
Copy link

zouwei1991 commented Jun 22, 2016

it cannot show all it's view ,hiden by another div element
how to upload an image?
Uploading QQ截图20160622122153.png…

@wvega
Copy link
Owner

wvega commented Jun 22, 2016

@zouwei1991 you screenshot was not uploaded properly. Could you please try that again?

@wvega wvega self-assigned this Jun 22, 2016
@wvega wvega added this to the Support milestone Jun 22, 2016
@wvega wvega added the question label Jun 22, 2016
@wvega
Copy link
Owner

wvega commented Jun 22, 2016

@zouwei1991 You can upload the image just by dragging it to the text area, but you need to wait until the upload completes. Use the Preview tab to confirm the image was uploaded and shows up properly.

@zouwei1991
Copy link
Author

qq 20160622122153

ok. if the image is uploaded successfully,as seen in the image,part of the timepicker is hidden by my div
element,and I have no idea how to resolve it

@wvega
Copy link
Owner

wvega commented Jun 22, 2016

@zouwei1991 The problem here seems to be the dialog's DIV has a greater value for the z-index property. Fortunately, I think there is an option that may help you: zindex.

Set it to a non-null value and the element displaying the timepicker will use that.

$('timepicker').timepicker({
    // ... your other options
    zindex: 100 // make sure this value is greater than the value used by the DIV
});

@zouwei1991
Copy link
Author

Thank you!

@wvega
Copy link
Owner

wvega commented Jun 27, 2016

You're welcome!

@wvega wvega closed this as completed Jun 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants