🐛 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:
Mutasem Aldmour
2022-03-04 19:34:24 +03:00
committed by GitHub
parent 3513aa128a
commit c3f3e98718
6 changed files with 144 additions and 84 deletions

View File

@@ -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: {