mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-13 04:55:53 +00:00
Fix scrolling with lots of nodes
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
.comfy-group-manage-list-items {
|
.comfy-group-manage-list-items {
|
||||||
max-height: 70vh;
|
max-height: calc(100% - 40px);
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user