Merge pull request #1923 from prototech/ticket/12067

[ticket/12067] Remove double scrollbar from notifications dropdown.
This commit is contained in:
Nathan Guse 2013-12-08 12:04:14 -08:00
commit b5bfe7b3ca

View file

@ -1022,6 +1022,7 @@ form > p.post-notice strong {
}
#notification_list .dropdown-contents {
max-height: none;
padding: 0;
}