/* Styles for the "Changelog" page template (page-changelog.php) */

/* Scrollable sidebar */
.changelog-sidebar-scroll {
    max-height: 350px;
    overflow-y: auto;
    padding-right: 5px;
}

.changelog-sidebar-scroll::-webkit-scrollbar {
    width: 6px;
}

.changelog-sidebar-scroll::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 3px;
}

.changelog-sidebar-scroll::-webkit-scrollbar-track {
    background: #eee;
}
