Any of the black pop-up windows are getting chopped in half.
The share button windows. Also, I bought the flagging add-on and the little black window is chopped in half.
I'm using the Desktop theme from MH Themes. A super popular theme that lots of people are using.
This is a theme or plugin conflict for sure. Please leave website URL to allow us debug CSS/JS directly on your website.
Where exactly can we see some pop-up window? Are the features available for guests?
Sorry. I re-enabled the share button. When you put the mouse over the different icons, you can see the text window is chopped off
Put this CSS code in Dashboard > Comments > Settings > Styling > Custom CSS Code Textarea. Then save it, delete all caches and do Ctrl+F5 on front-end:
body.single #main-content {
overflow: visible;
}
Thanks! That worked.