mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Fix dynamic screen height (#3626)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<main class="w-full min-h-screen overflow-hidden relative">
|
||||
<main class="w-full h-full overflow-hidden relative">
|
||||
<router-view />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user