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

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

parent c815e002
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`;
      },
    },
  );