From 6fd90b0dc3a494e5ef080af5cf24c767aab374d4 Mon Sep 17 00:00:00 2001 From: Lucas Kuhlemann Date: Wed, 22 Apr 2026 16:33:31 +0200 Subject: [PATCH] fix(Logfile): ensure horizontal scrollbar is within the viewport and disabled when wrap lines is enabled, fix autoscroll with non-integer scroll height (#5292) --- .../views/instances/logfile/index.vue | 57 ++++++++++++++++--- .../instances/shell/sba-instance-section.vue | 1 + 2 files changed, 49 insertions(+), 9 deletions(-) diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/logfile/index.vue b/spring-boot-admin-server-ui/src/main/frontend/views/instances/logfile/index.vue index 7be1704531e..3064d11e958 100644 --- a/spring-boot-admin-server-ui/src/main/frontend/views/instances/logfile/index.vue +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/logfile/index.vue @@ -15,7 +15,12 @@ -->