.fixed01{
  position: sticky;
  top: 0;
background: #eee;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
  }



}