Lack of interest Please provide option to disable the "You have unread conversation message"

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

AndyB

Well-known member
When I'm creating a message, typically a reply in a conversation, often I get a message which pops up near the bottom of the screen that displays:

pic001.webp

It would be great to be able to disable this function. It's very distracting to have such notices being displayed when you are trying to type a detailed message.

Thank you.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
In the past, people who have wanted to disable it have done so using CSS.

EXTRA.css:
Code:
#StackAlerts
{
    display: none;
}
 
Sorry, but I'm going to have say no here. It's a very useful feature; plus, disabling it would also disable the popups for alerts as well, as you can see from Chris' post above.
 
Top Bottom