Skip to content

Commit

Permalink
Merge pull request #8073 from ehuelsmann/fix/1.11/upgrade-fix-missing…
Browse files Browse the repository at this point in the history
…-scrollbars

Enable scroll bars on setup(upgrade) data fix screens
  • Loading branch information
ehuelsmann committed Mar 14, 2024
2 parents 5d59a35 + 2e59292 commit 8ea6474
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions UI/css/system/setup.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ div#loading {
z-index: 100;
}

body.setup-upgrade {
overflow: auto;
}

div.setupconsole {
background-color: white;
border: 1px solid black;
Expand Down
2 changes: 1 addition & 1 deletion UI/setup/upgrade/preamble.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[% INCLUDE "ui-header.html"
stylesheet="ledgersmb.css"
include_stylesheet=["system/setup.css"] %]
<body class="[% dojo_theme %]">
<body class="[% dojo_theme %] setup-upgrade">
<form method="POST"
enctype="multipart/form-data"
action="[% action_url %]">
Expand Down

0 comments on commit 8ea6474

Please sign in to comment.