From f7c25f77620cb0fd709876587032cd57c45c616b Mon Sep 17 00:00:00 2001 From: Muhammad Irwan Andriawan Date: Wed, 9 Aug 2023 11:53:07 +0700 Subject: [PATCH] Update _tables.scss minor tweak for sticky table --- blueberry/scss/_tables.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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() {