Adding a bit of padding to bottom of rest interface in case scrolling occurs.
This commit is contained in:
parent
82fd691ec7
commit
8077ba8d37
|
@ -236,6 +236,7 @@
|
|||
</Tabs>
|
||||
</Layout>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<Layout paddingY="S" gap="S">
|
||||
<Divider size="S" />
|
||||
{#if !response}
|
||||
|
@ -301,6 +302,7 @@
|
|||
{/if}
|
||||
</Layout>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<style>
|
||||
|
@ -322,6 +324,9 @@
|
|||
.top {
|
||||
min-height: 50%;
|
||||
}
|
||||
.bottom {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
.stats {
|
||||
display: flex;
|
||||
gap: var(--spacing-xl);
|
||||
|
|
Loading…
Reference in New Issue