.my-sticky-menu {
  position: sticky;
  top: 20px; /* Adjust this value for the distance from the top of the screen */
  z-index: 99;
}