fin des corrections
This commit is contained in:
@@ -17,6 +17,11 @@ domReady(async () => {
|
||||
window.addEventListener('resize', function() {
|
||||
setTimeout(function() {
|
||||
window.scrollTo(0, 0);
|
||||
let editButtons = document.querySelectorAll(".edit-button");
|
||||
for (let editButton of editButtons) {
|
||||
let editContainer = editButton.parentElement;
|
||||
editContainer.style.height = `${editContainer.previousElementSibling.offsetHeight}px`;
|
||||
}
|
||||
}, 0);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user