mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-23 17:19:47 +02:00
fix scrollbug
This commit is contained in:
@ -200,7 +200,7 @@ class QuickTalk {
|
||||
container.appendChild(footer);
|
||||
at.appendChild(container);
|
||||
if (this.options.page) {
|
||||
this.options.page.scrollTop = container.offsetTop;
|
||||
this.options.page.scrollTop = container.offsetTop - this.options.page.offsetTop;
|
||||
}
|
||||
|
||||
//container.scrollIntoView();
|
||||
|
Reference in New Issue
Block a user