mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🐛 Fix issue with tooltips getting displayed behind node details view
* fix tooltips z-index * move all element ui components * update package lock
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
|
||||
const webpack = require('webpack');
|
||||
|
||||
module.exports = {
|
||||
chainWebpack: config => {
|
||||
@@ -27,7 +26,6 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
new MonacoWebpackPlugin({ languages: ['javascript', 'json', 'typescript'] }),
|
||||
new webpack.NormalModuleReplacementPlugin(/element-ui[\/\\]lib[\/\\]locale[\/\\]lang[\/\\]zh-CN/, 'element-ui/lib/locale/lang/en'),
|
||||
],
|
||||
},
|
||||
css: {
|
||||
|
||||
Reference in New Issue
Block a user