.overflow {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;

    height: 100%;

    margin-right: -30px;
    padding-right: 30px;
}
