mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
improve Table header height and scrollbar style (#2107)
This commit is contained in:
parent
56f7f9926c
commit
f12d5aea9c
@ -399,15 +399,14 @@
|
||||
}
|
||||
|
||||
&-fixed-header &-body-inner {
|
||||
overflow-y: scroll;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
&-fixed-header &-header {
|
||||
&-fixed-header &-scroll &-header {
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: -20px;
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
&-fixed-left,
|
||||
|
Loading…
Reference in New Issue
Block a user