@import '~antd/es/style/themes/default.less';

@fixed-header-prefix-cls: ~'@{ant-prefix}-pro-fixed-header';

.@{fixed-header-prefix-cls} {
  z-index: 9;
  width: 100%;
  transition: width 0.2s;
}
