6 lines
95 B
SCSS
6 lines
95 B
SCSS
@media only screen and (min-width: 768px) {
|
|
.table th.position-sticky {
|
|
top: 96px;
|
|
}
|
|
}
|