If anyone needs a quickfix - i used the onclick to fix this background closing. It not plain css of course, but it improves usability for my application:
I extended the same logic with <div id="modal" onclick="location.href='#'"; >
finally the grey background closes like the X before.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
If anyone needs a quickfix - i used the onclick to fix this background closing. It not plain css of course, but it improves usability for my application:
I extended the same logic with
<div id="modal" onclick="location.href='#'"; >finally the grey background closes like the X before.