Browse Source

Fix scrolling with lots of nodes

pull/2686/head
pythongosssss 10 months ago
parent
commit
af6165ab69
  1. 2
      web/extensions/core/groupNodeManage.css

2
web/extensions/core/groupNodeManage.css

@ -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;
}

Loading…
Cancel
Save