fix(editor): Fix DNV header disappearing when scrolling the code editor content (#6459)
* fix(editor): Fix DNV header disappearing when scrolling the code editor content
* ⚡ Using flex to lay out NDV instead of hard-coded height values
This commit is contained in:
committed by
GitHub
parent
3e5f7adcbf
commit
ad9fd12615
@@ -975,6 +975,8 @@ export default defineComponent({
|
||||
|
||||
<style lang="scss">
|
||||
.node-settings {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
background-color: var(--color-background-xlight);
|
||||
height: 100%;
|
||||
@@ -1007,7 +1009,6 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.node-parameters-wrapper {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
padding: 0 20px 200px 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user