@media(min-width: 768px) {
    body.sticky-sidebar .inside-right-sidebar,
    body.sticky-sidebar .inside-left-sidebar {
      position: sticky;
      top: 20px;
      max-height: calc(100vh - 20px);
      overflow-y: auto;
    }
}