10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
![]() |
.summary-sticky-cell {
|
||
|
position: sticky !important;
|
||
|
left: 0 !important;
|
||
|
z-index: 3 !important;
|
||
|
background: #fff !important;
|
||
|
min-width: 180px;
|
||
|
max-width: 180px;
|
||
|
border-right: 1px solid #f0f0f0;
|
||
|
}
|
||
|
|