Viewing 3 replies - 1 through 3 (of 3 total)
  • pathakharsh78

    (@pathakharsh78)

    Ya this is perfect requirement.

    Thread Starter vbk100

    (@vbk100)

    It can be achieved with:

    .product_list_widget {
     overflow-y: auto;
     height: 550px;
    }

    Hi,

    Just wanted to add an improvement to the previous code.

    .product_list_widget {
     overflow-y: auto;
     max-height: 550px;
    }

    This way the total amount is always connected to the cart list.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Request to add a scroll bar’ is closed to new replies.