Browse Source

Merge pull request #17228 from ant-design/fix-sider-z-index

fix: Layout sider trigger z-index too low
pull/17236/head
偏右 6 years ago
committed by GitHub
parent
commit
0de4bd899d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/layout/style/index.less

1
components/layout/style/index.less

@ -96,6 +96,7 @@
position: absolute;
top: @layout-header-height;
right: -@layout-zero-trigger-width;
z-index: 1;
width: @layout-zero-trigger-width;
height: @layout-zero-trigger-height;
color: @layout-trigger-color;

Loading…
Cancel
Save