mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: table fixed bug (#23181)
This commit is contained in:
parent
f7ead77f88
commit
8c3081788c
@ -507,8 +507,8 @@
|
||||
// ============================ Fixed =============================
|
||||
&-cell-fix-left,
|
||||
&-cell-fix-right {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
position: -webkit-sticky !important;
|
||||
position: sticky !important;
|
||||
z-index: 2;
|
||||
background: @table-bg;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user