I solved the problem !You can disable sticky side bar from options and enable it when you want.
I will look into it, it needs some css work I am bit busy on some other projects
You just have to add this code in the template :
Code:
@media (max-width: @xf-responsiveNarrow)
{
.listPlain {
display: none;
}
}