Verified Commit 59284ed7 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3432298 by kostyashupenko, smustgrave: Sticky table header is not...

Issue #3432298 by kostyashupenko, smustgrave: Sticky table header is not sticky if --drupal-displace-offset-top is not defined

(cherry picked from commit f0dfe7d4)
parent 0086ce6b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,5 +134,5 @@ tr.selected td {
.position-sticky thead {
  position: sticky;
  z-index: 500;
  top: var(--drupal-displace-offset-top);
  top: var(--drupal-displace-offset-top, 0);
}
+1 −1
Original line number Diff line number Diff line
@@ -120,5 +120,5 @@ tr.selected td {
.position-sticky thead {
  position: sticky;
  z-index: 500;
  top: var(--drupal-displace-offset-top);
  top: var(--drupal-displace-offset-top, 0);
}