mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
fix(drawer): add modal false div class (#1932)
This commit is contained in:
parent
48299068e6
commit
5844f9cd39
@ -66,6 +66,7 @@ export default defineComponent({
|
||||
: h(
|
||||
'div',
|
||||
{
|
||||
class: props.overlayClass,
|
||||
style: {
|
||||
zIndex: props.zIndex,
|
||||
position: 'fixed',
|
||||
|
Loading…
Reference in New Issue
Block a user