fix(editor): Adjust NDV height for Vue 3 (#6742)

fix(editor): Adjust NDV height
This commit is contained in:
Iván Ovejero 2023-07-26 09:53:14 +02:00 committed by GitHub
parent 5df058e0d8
commit 35ae72e00d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -693,6 +693,10 @@ export default defineComponent({
</script> </script>
<style lang="scss"> <style lang="scss">
.el-overlay-dialog {
padding-top: var(--spacing-2xs);
}
.ndv-wrapper { .ndv-wrapper {
overflow: visible; overflow: visible;
} }