Skip to content

Commit

Permalink
Translation table, sticky header (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutgrecu authored Jan 29, 2024
1 parent cfa0484 commit ffa7093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
<hr>
<h4>Total: <?= $numTranslations ?>, changed: <?= $numChanged ?></h4>
<table class="table">
<thead>
<thead style="position: sticky; top: 0; background: #fff;">
<tr>
<th width="15%">Key</th>
<?php foreach ($locales as $locale): ?>
Expand Down

0 comments on commit ffa7093

Please sign in to comment.