Files
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

10 lines
221 B
CSS

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
.ant-affix {
position: fixed;
z-index: 10;
}
nz-affix {
display: block;
}