UNPKG

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