fix: table fixed bug (#23181)

This commit is contained in:
HouXiancheng 2020-04-13 19:32:50 +08:00 committed by GitHub
parent f7ead77f88
commit 8c3081788c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}