mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-30 08:03:57 +00:00
fixed scroll.. again
This commit is contained in:
parent
56051816d9
commit
642d76c8bc
@ -517,7 +517,7 @@ export default {
|
||||
}
|
||||
},
|
||||
scrollToElementInContainer(el, containerId) {
|
||||
const topPos = el.offsetTop + el.clientHeight;
|
||||
const topPos = el.offsetTop ; //+ el.clientHeight
|
||||
const container = document.getElementById(containerId)
|
||||
// console.log(el.offsetTop , el.clientHeight, container.clientHeight)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user