Verified Commit 5a4f9ee2 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3418863 by kksandr, saschaeggi: Setting width for sticky-header is broken

(cherry picked from commit db76de26)
parent 503f885f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -325,7 +325,7 @@
            $stickyCell[0].style.display = 'none';
          }
        }
        this.$stickyTable[0].style.width = this.$originalTable.outerWidth();
        this.$stickyTable[0].style.width = `${this.$originalTable.outerWidth()}px`;
      },
    },
  );