StickyTableHeaders
StickyTableHeaders copied to clipboard
Header Colums are wider when table header becomes sticky on Firefox
Header Colums become wider when table header sticky mode is fired
The bug only happens on Firefox (version 54.0 Linux), it works correctly in Chrome.
Here's a screenshoot :

This could be a duplicate of this issue: https://github.com/jmosbech/StickyTableHeaders/issues/120 but applying the same fix (putting a character in the first header col does not fix it, and unlike #120, it is a Firefox specific bug (although I have not tested safari or IE)
One particular behavior I notice on Firefox (and not on Chrome) is that the table header expands to occupy the full screen width when it enters fixed mode.
@max-l How did you fix the issue in the end? I see it is working on OpenProt like a charm :)
Hi max-l, you forgot to declare <!DOCTYPE html>
Please try:
<!DOCTYPE html>
<html lang="en" ng-app="saltorf">
<head>
...
This should be the reason why Firefox renders the content incorrectly.