.feeds-layout > aside {
    position: sticky;
    top: calc(var(--header-h) + 22px);
}

.feeds-layout > aside .side-action {
    position: static;
}

@media (max-width: 1040px) {
    .feeds-layout > aside {
        position: static;
    }
}
