fix: Safari12 fixed column (#23161)

* fix: Safari12 fixed column

* fix lint
This commit is contained in:
二货机器人 2020-04-12 17:55:30 +08:00 committed by GitHub
parent 6bb6c4c243
commit 12ce6aba06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -507,6 +507,8 @@
// ============================ Fixed =============================
&-cell-fix-left,
&-cell-fix-right {
position: -webkit-sticky;
position: sticky;
z-index: 2;
background: @table-bg;
}