mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +08:00
fix: Safari12 fixed column (#23161)
* fix: Safari12 fixed column * fix lint
This commit is contained in:
parent
6bb6c4c243
commit
12ce6aba06
@ -507,6 +507,8 @@
|
|||||||
// ============================ Fixed =============================
|
// ============================ Fixed =============================
|
||||||
&-cell-fix-left,
|
&-cell-fix-left,
|
||||||
&-cell-fix-right {
|
&-cell-fix-right {
|
||||||
|
position: -webkit-sticky;
|
||||||
|
position: sticky;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
background: @table-bg;
|
background: @table-bg;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user