UNPKG

360 BCSSView Raw
1/**
2 * @author vincent loh <vincent.ml@gmail.com>
3 * @update zhixin wen <wenzhixin2010@gmail.com>
4 */
5.fix-sticky {
6 position: fixed !important;
7 overflow: hidden;
8 z-index: 100;
9}
10
11.fix-sticky table thead {
12 background: #fff;
13}
14
15.fix-sticky table thead.thead-light {
16 background: #e9ecef;
17}
18
19.fix-sticky table thead.thead-dark {
20 background: #212529;
21}