Make tax information scrollable on small screens

This commit is contained in:
2023-11-04 16:57:28 +01:00
parent aa1b24cd71
commit 63b8c759ba
2 changed files with 39 additions and 37 deletions

View File

@@ -98,7 +98,7 @@ footer {
}
footer>.footer_content {
background-color: var(--body_background);
background: var(--body_background);
color: var(--body_text_color);
display: inline-block;
width: 1000px;

View File

@@ -101,7 +101,9 @@ onMount(get_payments);
<h3>Taxes per country</h3>
<table>
<div class="table_scroll">
<table>
<tr>
<td>Country</td>
<td>Payments</td>
@@ -139,8 +141,8 @@ onMount(get_payments);
<td><Euro amount={(totals.vat-per_country.NL.vat)+(totals.amount-per_country.NL.amount)}/></td>
</tr>
{/if}
</table>
</table>
</div>
<h3>All payments ({payments.length})</h3>
<div class="table_scroll">