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:
jeremywu
2020-12-03 22:45:26 +08:00
committed by GitHub
parent b57fb4b4f5
commit 2455c3f605

View File

@@ -2,6 +2,7 @@
@import 'mixins/utils';
@import 'common/var';
@import 'common/popup';
@import './overlay.scss';
@include b(dialog) {
position: relative;