diff --git a/css/base.css b/css/base.css index b989269..64f7b62 100644 --- a/css/base.css +++ b/css/base.css @@ -7,6 +7,7 @@ html { font-size: 16px; scroll-behavior: smooth; + scrollbar-gutter: stable; } body { diff --git a/js/components/app-footer.js b/js/components/app-footer.js index 7a2a726..939c115 100644 --- a/js/components/app-footer.js +++ b/js/components/app-footer.js @@ -8,7 +8,7 @@ class AppFooter extends HTMLElement { render() { const year = new Date().getFullYear(); - this.innerHTML = /* html */ ` + this.innerHTML = /* html */`