.demo-affix {
  .affix-content-body {
    height: 1000px;
  }
  .affix-content {
    padding-top: 50px;
    height: 200px;
    overflow: auto;
  }
  .affix-custom-class {
    z-index: 1;
  }  
}
