Revert "Don't allow content to overflow out of messageboxes."

This commit broke unread dots, since they're in the .messagebox
but absolutely positioned outside of it (so they got clipped.)

This reverts commit e0071851d2dc7d99c9acd93a1fc6fa1ce0c3b70e.

(imported from commit b3181b3a02cef905cc8f400f8c1cc3c92b5f0e15)
This commit is contained in:
Waseem Daher 2013-07-26 10:51:18 -04:00
parent b478ccc347
commit 647ae655b0

View File

@ -925,7 +925,6 @@ blockquote p {
vertical-align: top;
border: none;
box-shadow: inset -2px 0px 1px -2px #333;
overflow: hidden;
}
.messagebox_colorblock {