mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-03 16:02:08 +00:00
perf: 优化modal内滚动会传播给其他组件的问题
This commit is contained in:
parent
63fa9eb9e4
commit
a4a7939eae
5
resources/assets/sass/pages/common.scss
vendored
5
resources/assets/sass/pages/common.scss
vendored
@ -245,6 +245,11 @@ body {
|
||||
|
||||
.ivu-modal-body {
|
||||
padding: 16px 32px 2px;
|
||||
overscroll-behavior: none;
|
||||
|
||||
* {
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
}
|
||||
|
||||
.ivu-modal-footer {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user