.listPosts {
  background-color: white;
  overflow: scroll;
  max-height: 100%;


  &.col-sm-5 {
    position: fixed;
    padding-left: 0;
    padding-right: 0;
  }
}
