[S] Use flexbox instead of position: absolute
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<AppBar title={t.title} />
|
<AppBar title={t.title} />
|
||||||
<div class="p-content">
|
<div class="vbox p-content flex-1">
|
||||||
<p class="mt-12px">{@html t.message}</p>
|
<p class="mt-12px scroll-here">{@html t.message}</p>
|
||||||
<div class="absolute bottom-16px inset-x-16px">
|
<div class="py-16px">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<Button big>{t.return}</Button>
|
<Button big>{t.return}</Button>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user