tg app fix

This commit is contained in:
xds
2025-10-28 09:36:29 +03:00
parent eb70f70100
commit 98b1f040ab
2 changed files with 5 additions and 3 deletions

View File

@@ -107,8 +107,8 @@ onBeforeUnmount(() => {
<Toolbar />
</div>
<div class="flex flex-col w-full h-full items-end px-4 gap-4">
<router-view class="w-full pb-5" />
<div class="flex flex-col w-full h-full items-end px-4 gap-4 pb-24">
<router-view class="w-full pb-24" />
</div>
<nav