feat(FN-1844): merge fusion/fn-1844

This commit is contained in:
gsxdsm
2026-04-15 18:38:06 -07:00
parent ae4254b5e3
commit eb5b9534ec
2 changed files with 4 additions and 1 deletions

View File

@@ -27291,7 +27291,9 @@ html .column.drag-over * {
display: flex;
flex-direction: column;
gap: var(--space-md);
min-height: calc(100vh - 180px);
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.nodes-management-overlay__header {