Stupid margins + scrolling

This commit is contained in:
2024-11-21 08:04:07 +01:00
parent 32560fc396
commit 906daecbcc
3 changed files with 3 additions and 2 deletions

View File

@@ -161,6 +161,7 @@ UI.openNotConserModal = async function (data, selector) {
biblio.innerHTML = '<button class="delete"></button>';
biblio.innerHTML += sheet.getReference(id);
biblio.classList.remove('is-hidden');
biblio.scrollIntoView({behavior: 'smooth'});
}
if (event.target.className == 'delete') {