chore: adjust 2k+ editor hight

This commit is contained in:
engigu
2026-04-01 17:44:45 +08:00
parent 7e4ad26ad1
commit b8cc7f4f88
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -171,8 +171,8 @@ onMounted(() => {
</header>
<!-- Page View Container -->
<div class="flex-1 overflow-auto relative bg-background/50">
<div class="p-4 lg:p-6 mx-auto">
<div class="flex-1 relative bg-background/50 flex flex-col overflow-hidden">
<div class="flex-1 p-4 lg:p-6 mx-auto w-full overflow-y-auto custom-scrollbar flex flex-col">
<RouterView />
</div>
</div>