chore: hide scrollbar

This commit is contained in:
liyasthomas
2021-11-24 19:27:25 +05:30
parent b398ed1e90
commit b58278d55e
2 changed files with 6 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
>
<Pane class="flex flex-1 hide-scrollbar !overflow-auto">
<main class="flex flex-1 w-full">
<nuxt class="flex flex-1" style="overflow-y: overlay" />
<nuxt class="flex flex-1" />
</main>
</Pane>
</Splitpanes>