mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [message-box] disable page scroll when dialog open (#22981)
This commit is contained in:
@@ -189,6 +189,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@include b(message-box-parent) {
|
||||
@include m(hidden) {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.fade-in-linear-enter-active {
|
||||
.#{$namespace}-overlay-message-box {
|
||||
animation: msgbox-fade-in getCssVar('transition-duration');
|
||||
|
||||
Reference in New Issue
Block a user