Stupid margins + scrolling
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user