Make tax information scrollable on small screens
This commit is contained in:
@@ -98,7 +98,7 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer>.footer_content {
|
footer>.footer_content {
|
||||||
background-color: var(--body_background);
|
background: var(--body_background);
|
||||||
color: var(--body_text_color);
|
color: var(--body_text_color);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
|
@@ -101,6 +101,8 @@ onMount(get_payments);
|
|||||||
|
|
||||||
|
|
||||||
<h3>Taxes per country</h3>
|
<h3>Taxes per country</h3>
|
||||||
|
|
||||||
|
<div class="table_scroll">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Country</td>
|
<td>Country</td>
|
||||||
@@ -140,7 +142,7 @@ onMount(get_payments);
|
|||||||
</tr>
|
</tr>
|
||||||
{/if}
|
{/if}
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3>All payments ({payments.length})</h3>
|
<h3>All payments ({payments.length})</h3>
|
||||||
<div class="table_scroll">
|
<div class="table_scroll">
|
||||||
|
Reference in New Issue
Block a user