#fw-section-sidebar {
.sidebar__section.sidebar__section--main {
  position: relative; /* or absolute, fixed, or sticky, depending on your layout needs */
  z-index: 9999999; /* A high value to ensure it stays on top */
}

}