diff --git a/dashboard/src/components/SystemUpdate.vue b/dashboard/src/components/SystemUpdate.vue index 58c3a88aa..dabc6754a 100644 --- a/dashboard/src/components/SystemUpdate.vue +++ b/dashboard/src/components/SystemUpdate.vue @@ -377,8 +377,9 @@ onMounted(async () => { .changelog-container { overflow: auto; - max-height: 60vh; + max-height: 20lh; margin-bottom: 10px; + padding-right: 0.5rem; /* space so scrollbar doesn’t overlap text */ } .skip-backup { diff --git a/dashboard/src/components/app/Updates.vue b/dashboard/src/components/app/Updates.vue index d3c955ddf..b8bf764b9 100644 --- a/dashboard/src/components/app/Updates.vue +++ b/dashboard/src/components/app/Updates.vue @@ -118,7 +118,7 @@ onMounted(async () => {