🐞 ImportRunnerModal - table overflow fix

ref #13
This commit is contained in:
Philipp Dormann 2021-01-24 18:40:54 +01:00
parent 2cc9b3e1ed
commit dc1644ed25

View File

@ -206,8 +206,8 @@
aria-label={$_('datatable.search')}
class="p-2 w-full" />
<div class="relative w-full mt-4 mb-4">
<table
class="divide-y divide-gray-200 w-full overflow-x-scroll">
<div class="w-full overflow-x-auto">
<table class="divide-y divide-gray-200 w-full">
<thead class="bg-gray-50">
<tr>
<th
@ -260,6 +260,7 @@
{/each}
</tbody>
</table>
</div>
<button
on:click={importAction}
type="button"