mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
fix: set tree container max height to calc(100vh - 144px)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
ref="treeContainerRef"
|
||||
class="tree-container overflow-y-auto max-h-[600px]"
|
||||
class="tree-container overflow-y-auto max-h-[calc(100vh-144px)]"
|
||||
@scroll="handleTreeScroll"
|
||||
>
|
||||
<Tree
|
||||
|
||||
Reference in New Issue
Block a user