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

enlarged image not on top #59

Open
nasirkhannstu opened this issue Apr 15, 2019 · 2 comments
Open

enlarged image not on top #59

nasirkhannstu opened this issue Apr 15, 2019 · 2 comments

Comments

@nasirkhannstu
Copy link

Untitleder

I want Enlarged image on top.
I use bootstrap 4 for layout this page. Left is col-md-4 and right one is col-md-8.

@jjklee
Copy link

jjklee commented Jul 10, 2019

I had this same issue and was able to fix it with setting the class name for the enlarged image and setting the z-index in the css.

jsx:
<ReactImageMagnify {...{ enlargedImageContainerClassName: "enlargedImage", ...

css:
.enlargedImage { z-index: 1; }

@neilenns
Copy link

I had this issue as well and solved it the same way: z-index: 1.

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

3 participants