diff --git a/blueberry/scss/_tables.scss b/blueberry/scss/_tables.scss index 64a427c17..feddfd174 100644 --- a/blueberry/scss/_tables.scss +++ b/blueberry/scss/_tables.scss @@ -55,6 +55,12 @@ table td img { height: 22px; } +@media only screen and (min-width: 768px) { + .table th.position-sticky { + top: 81px; + } +} + // .table-hover { // tbody tr { // @include hover() {