Verified Commit f0dfe7d4 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
parent a605d772
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);
}