
@media all and (max-width: 1365px) {
    .year-content__tags {
        max-height: 60%;
        overflow-y: auto;
        right: 16px;
    }

    .year-content__tags::-webkit-scrollbar {
        width: 4px;
        background-color: rgba(255, 219, 185, 0.8);
    }
}
