.wrapper{
  
}

.container{
  overflow: hidden;
  overflow-y: auto;
  max-height: auto;
  will-change: max-height;
}

.static{
  position: static;
}

.stuck{
  bottom: 0;
  position: absolute;
}

.sticky{
  position: fixed;
  top: 0;
}
