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:
committed by
GitHub
parent
4bc9164032
commit
7ebf8f327a
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user