I want to hide the comment popup that comes up when a facebook like is done. I've tried with giving css
.-cx-PRIVATE-pluginCommentFlyout__fullButton {
    display: none !important;
    }
but that doesn't seems to work as the css is added dynamically through jquery I assume. How can I hide this comment box?