mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
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:
parent
b478ccc347
commit
647ae655b0
@ -925,7 +925,6 @@ blockquote p {
|
||||
vertical-align: top;
|
||||
border: none;
|
||||
box-shadow: inset -2px 0px 1px -2px #333;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.messagebox_colorblock {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user