UNPKG

370 BCSSView Raw
1.fixed-columns,
2.fixed-columns-right {
3 position: absolute;
4 top: 0;
5 height: 100%;
6 background-color: #fff;
7 box-sizing: border-box;
8 z-index: 1;
9}
10
11.fixed-columns {
12 left: 0;
13}
14
15.fixed-columns .fixed-table-body {
16 overflow: hidden !important;
17}
18
19.fixed-columns-right {
20 right: 0;
21}
22
23.fixed-columns-right .fixed-table-body {
24 overflow-x: hidden !important;
25}