React-modal: extra border around my border

Created on 6 Jun 2017  路  2Comments  路  Source: reactjs/react-modal

Summary:

Somewhere is react modal it is adding an extra border to the modal. But I cannot find this using the inspector.

This border only appears when the page has focus.

image

(see the gray border around my blue border)

I am using className and overlayClassName props.

Most helpful comment

I have same issue. I solved this problem :focus {outline:0;} on my modal class, but I'm not sure this is natural way working.

All 2 comments

I have same issue. I solved this problem :focus {outline:0;} on my modal class, but I'm not sure this is natural way working.

Is it natural? Not sure, I think it might be a result of the accessibility stuff going on.. ?

Thanks for the fix!

Was this page helpful?
0 / 5 - 0 ratings