mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
fix(dialog): fix on demand importing dialog lacking overlay css (#809)
- Fix issue causing dialog unable to load overlay csss
This commit is contained in:
parent
b57fb4b4f5
commit
2455c3f605
@ -2,6 +2,7 @@
|
||||
@import 'mixins/utils';
|
||||
@import 'common/var';
|
||||
@import 'common/popup';
|
||||
@import './overlay.scss';
|
||||
|
||||
@include b(dialog) {
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user