refactor: minoe fixes and improvements

This commit is contained in:
liyasthomas
2021-08-14 23:46:03 +05:30
parent 29305a8e1e
commit bb6d9a88ec
20 changed files with 68 additions and 37 deletions

View File

@@ -19,7 +19,7 @@
<AppHeader />
</Pane>
<Pane class="flex flex-1 hide-scrollbar !overflow-auto">
<main class="flex flex-1">
<main class="flex flex-1 w-full">
<nuxt class="flex flex-1" />
</main>
</Pane>