index.css 221 B

123456789
  1. /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  2. /* stylelint-disable no-duplicate-selectors */
  3. .ant-affix {
  4. position: fixed;
  5. z-index: 10;
  6. }
  7. nz-affix {
  8. display: block;
  9. }