#pull-to-refresh-container {

    position: relative;

    overflow: hidden;

}



#pull-to-refresh-indicator {

    position: absolute;

    top: -50px;

    width: 100%;

    text-align: center;

    background-color: #f0f0f0;

    padding: 10px 0;

    border-bottom: 1px solid #ddd;

}



#content {

    padding-top: 0px; /* Adjust based on your indicator height */

}