username@email.com
2022-06-15 0e6d0e8975e92a6395d2d9f692edd5a7d0984c5a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.first {
    background-color: #d0d0d0 !important;
    position: relative;
    z-index: 9999 !important;
    box-shadow: 0.1em 0.3em 0.2em 0.05em rgba(0,0,0,.125);
}
.isScrolling {
    box-shadow: 0.1em 0.3em 0.2em 0.05em rgba(0,0,0,.125);
    position: relative;
    background-color: #ddd;
    z-index: 3;
}
 
.sticky-wrap tr.selected td.isScrolling, .sticky-wrap tr td.selected-colounm.isScrolling {
    background: #c1e9c5;
}