﻿.notifications-content {
    max-height: 450px;
    overflow-y: scroll;
}


.phone .notifications-content {
    max-height: unset;
    overflow-y: unset;
}