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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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; |
|
|
|