:global{
  .fixed-item{
    > *{
      position: fixed !important;
      width: 100%;
      z-index: 99;
    }
  }
}
