Fix scrolling with lots of nodes

This commit is contained in:
pythongosssss 2024-01-30 18:00:01 +00:00
parent a56835faa1
commit d2a1d9c28f

View File

@ -48,7 +48,7 @@
list-style: none;
}
.comfy-group-manage-list-items {
max-height: 70vh;
max-height: calc(100% - 40px);
overflow-y: scroll;
overflow-x: hidden;
}