Skip to content
Snippets Groups Projects
Commit 62f16a4c authored by jaapjansma's avatar jaapjansma
Browse files

* Fixed regression with sticky row header.

parent 34ba34cf
No related branches found
Tags 1.51
No related merge requests found
# Version 1.51-dev (not yet released)
# Version 1.51
* Fixed regression with sticky row header.
# Version 1.50
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2022-06-21</releaseDate>
<version>1.51-dev</version>
<version>1.51</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.20</ver>
......
......@@ -30,9 +30,9 @@
<table class="selector row-highlight">
<thead class="sticky">
<tr>
{if $id_field && $taskMetaData}<th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>{/if}
{if $id_field && $taskMetaData}<th scope="col" title="Select Rows" style="position: sticky; top: 35px;">{$form.toggleSelect.html}</th>{/if}
{foreach from=$columnHeaders key=headerName item=headerTitle}
<th scope="col" style="position: sticky; top: 0;">
<th scope="col" style="position: sticky; top: 35px;">
{if ($sort->_response.$headerName)}
{$sort->_response.$headerName.link}
{else}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment