fix to long scrolling of overview-wrapper

This commit is contained in:
Niklas Müller 2024-03-07 16:57:06 +01:00
parent 15c0a75732
commit 91a18bd70a
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ const vueInstance = new Vue({
} }
console.debug('page_overview_margin_bottom: ', page_overview_margin_bottom); console.debug('page_overview_margin_bottom: ', page_overview_margin_bottom);
page_overview.style['margin-bottom'] = page_overview_margin_bottom; page_overview.style['margin-bottom'] = page_overview_margin_bottom;
document.getElementById('overview-wrapper').style['border-bottom'] = '1px solid #fff';
}, },
display_pages() { display_pages() {
const div_overview = document.getElementById('page_overview'); const div_overview = document.getElementById('page_overview');