@import '../settings/variables';

.c-sticky {
  &__content {
    position: fixed;
    z-index: $layer-screen-attached;
    background-color: #fff;
  }
}