.my-floating-box {
    position: -webkit-sticky;
    position: sticky;
    top: 1rem;
    left: 1rem;
    width: 200px;
    z-index: 900;
}
