Add sticky class as shown below For Particular div
You can Declare Both id's and classes
Add pscroll1 class as shown below For Particular div
You can Declare Both id's and classes in place of xyz and xyz1
.xyz{
max-height:300px; //// Add Particular max-height for this class
height:300px; //// Add Particular height for this class
}
#xyz1{
max-height:300px; //// Add Particular max-height for this class
height:300px; //// Add Particular height for this class
}