Fixed online notifications if longer then screen height.

This commit is contained in:
Martin Edenhofer 2015-04-01 22:00:22 +02:00
parent f7b0473daa
commit 565beb0580

View file

@ -2915,6 +2915,7 @@ footer {
.popover-content {
@extend .flex;
overflow-y: scroll;
}
&.is-overflowing .popover-notificationsHeader {