From 2e5929229965bac0d350d681ba4eef3743744fa6 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Thu, 14 Mar 2024 19:43:52 +0100 Subject: [PATCH] Enable scroll bars on setup(upgrade) data fix screens Fixes #8071 --- UI/css/system/setup.css | 4 ++++ UI/setup/upgrade/preamble.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UI/css/system/setup.css b/UI/css/system/setup.css index c5c0b6a227..78cef5bd28 100644 --- a/UI/css/system/setup.css +++ b/UI/css/system/setup.css @@ -13,6 +13,10 @@ div#loading { z-index: 100; } +body.setup-upgrade { + overflow: auto; +} + div.setupconsole { background-color: white; border: 1px solid black; diff --git a/UI/setup/upgrade/preamble.html b/UI/setup/upgrade/preamble.html index b2a5660b5d..9a4e763d9a 100644 --- a/UI/setup/upgrade/preamble.html +++ b/UI/setup/upgrade/preamble.html @@ -1,7 +1,7 @@ [% INCLUDE "ui-header.html" stylesheet="ledgersmb.css" include_stylesheet=["system/setup.css"] %] - +