username@email.com
2021-06-03 904fb460b9359fe92e00ce25804d96c8a52bb513
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;
}