fix(editor): Fix disappearing NDV header in code nodes (#7290)

Github issue / Community forum post (link here to close automatically):

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Milorad FIlipović
2023-10-05 12:31:52 +02:00
committed by GitHub
parent 4bc9164032
commit 7ebf8f327a
7 changed files with 128 additions and 10 deletions

View File

@@ -1022,9 +1022,8 @@ export default defineComponent({
}
.node-parameters-wrapper {
min-height: 100%;
overflow-y: auto;
padding: 0 20px 200px 20px;
padding: 0 var(--spacing-m) 200px var(--spacing-m);
}
&.dragging {