mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(editor): Adjust NDV height for Vue 3 (#6742)
fix(editor): Adjust NDV height
This commit is contained in:
parent
5df058e0d8
commit
35ae72e00d
|
@ -693,6 +693,10 @@ export default defineComponent({
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.el-overlay-dialog {
|
||||
padding-top: var(--spacing-2xs);
|
||||
}
|
||||
|
||||
.ndv-wrapper {
|
||||
overflow: visible;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue