username@email.com
2024-07-15 6f059a7f1def48d7dbc805bc43f17c84c9b5bfec
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;
}