Make tax information scrollable on small screens
This commit is contained in:
@@ -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;
|
||||
|
@@ -101,6 +101,8 @@ onMount(get_payments);
|
||||
|
||||
|
||||
<h3>Taxes per country</h3>
|
||||
|
||||
<div class="table_scroll">
|
||||
<table>
|
||||
<tr>
|
||||
<td>Country</td>
|
||||
@@ -140,7 +142,7 @@ onMount(get_payments);
|
||||
</tr>
|
||||
{/if}
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<h3>All payments ({payments.length})</h3>
|
||||
<div class="table_scroll">
|
||||
|
Reference in New Issue
Block a user