From 647ae655b07a91c19fb75709ba787fc0b6f00c09 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Fri, 26 Jul 2013 10:51:18 -0400 Subject: [PATCH] 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) --- zephyr/static/styles/zephyr.css | 1 - 1 file changed, 1 deletion(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 812fe0cc0e..45e234dcc6 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -925,7 +925,6 @@ blockquote p { vertical-align: top; border: none; box-shadow: inset -2px 0px 1px -2px #333; - overflow: hidden; } .messagebox_colorblock {