@import '../custom.less';

@sticky-prefix-cls: ~'@{css-prefix}sticky';

.@{sticky-prefix-cls} {
  &--fixed {
    position: fixed;
  }
}