I have Semantic UI table. Table header row all datas are with position fixed. In all browser are shown proper, but in Mozilla Firefox all are on top of each other, because it shows position fixed like position absolute.
Do you have any ideas how to fix that?
Check differences between chrome and firefox... !IMPORTANT(1.Expand a result window little bit, 2.scroll down, 3.click anywhere in table!!!!!) Answer from Semantic UI creators: noUse Problem exist in Internet Explorer and Mozilla Firefox, did not exist in Chrome and Opera....
$('.ui.sticky').sticky();
<thead>
<tr>
<td class="ui sticky">asdasd</td>
<td class="ui sticky">asdasd</td>
<td class="ui sticky">asddd</td>
<td class="ui sticky">asdda</td>
<td class="ui sticky">asdddd</td>
</tr>
</thead>