React-modal: how to show icon beyond the content

Created on 2 Mar 2017  路  4Comments  路  Source: reactjs/react-modal

Summary:

I want to set a close icon beyond my content section, but I find this icon cannot show.

2 pic

question

Most helpful comment

Ok, I have an answer. You have to pass overflow attribute to the nested div (not to the div which has ReactModal__Content class).

All 4 comments

@CXJoyce You should be able to accomplish this if you set a z-index on the icon higher than what the modal overlay sets.

@claydiffrient not working

Ok, I have an answer. You have to pass overflow attribute to the nested div (not to the div which has ReactModal__Content class).

@tomasztomys ,thanks ! It does work!

Was this page helpful?
0 / 5 - 0 ratings