mobidic / SEAL

SEAL db - Simple, Efficient And Lite database for NGS
GNU General Public License v3.0
9 stars 1 forks source link

Fixed header does not inherit class attributes #50

Closed Char-Al closed 11 months ago

Char-Al commented 1 year ago

Currently, there is a bug in the SEAL application where the sticky header, upon scrolling, does not inherit the class attributes of the actual header. This results in the fixed header not fitting the table header properly, especially when specific classes like "w3-small" are applied.

Expected behavior: When scrolling the table, the fixed header should inherit the same class attributes as the actual header, including "w3-small" or any other applicable class. This will ensure that the fixed header maintains the desired styling and fits the table header accurately.