Browse Source

fix demo z-index

pull/3777/head
afc163 8 years ago
parent
commit
c04707d3e3
  1. 6
      components/anchor/demo/basic.md
  2. 2
      components/style/themes/default.less

6
components/anchor/demo/basic.md

@ -27,3 +27,9 @@ ReactDOM.render(
</Anchor>
, mountNode);
```
<style>
.code-box-demo .ant-affix {
z-index: 11;
}
</style>

2
components/style/themes/default.less

@ -123,7 +123,7 @@
@grid-gutter-width : 0;
// z-index list
@zindex-affix : 11;
@zindex-affix : 10;
@zindex-back-top : 10;
@zindex-modal-mask : 1000;
@zindex-modal : 1000;

Loading…
Cancel
Save