File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 <router-view />
33 <ProgressSpinner
44 v-if =" isLoading"
5- class =" absolute inset-0 flex justify-center items-center h-screen "
5+ class =" absolute inset-0 flex justify-center items-center h-[unset] "
66 />
77 <GlobalDialog />
88 <BlockUI full-screen :blocked =" isLoading" />
Original file line number Diff line number Diff line change 11<template >
2- <div class =" comfyui-body grid h-screen w-screen overflow-hidden" >
2+ <div class =" comfyui-body grid h-full w-full overflow-hidden" >
33 <div id =" comfyui-body-top" class =" comfyui-body-top" >
44 <TopMenubar v-if =" useNewMenu === 'Top'" />
55 </div >
Original file line number Diff line number Diff line change 11<template >
2- <main class =" w-full min-h-screen overflow-hidden relative" >
2+ <main class =" w-full h-full overflow-hidden relative" >
33 <router-view />
44 </main >
55</template >
You can’t perform that action at this time.
0 commit comments