mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +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 =============================
|
||||
&-cell-fix-left,
|
||||
&-cell-fix-right {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
z-index: 2;
|
||||
background: @table-bg;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user