.my-sticky-parent,.rpl-section,.rpl-container {
  overflow:visible !important;
  }
#my-sticky {
  display:none;
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:1000;
  }
