Output loading messages are displayed properly again

This commit is contained in:
n1474335 2022-11-04 14:58:37 +00:00
parent 09fd333997
commit 44c7a1e92d
2 changed files with 4 additions and 3 deletions

View File

@ -324,7 +324,7 @@
<div class="textarea-wrapper">
<div id="output-text"></div>
<img id="show-file-overlay" aria-hidden="true" src="<%- require('../static/images/file-32x32.png') %>" alt="Show file overlay" title="Show file overlay"/>
<div id="output-file">
<div id="output-file"> <!-- TODO - is this still a thing? -->
<div class="file-overlay"></div>
<div style="position: relative; height: 100%;">
<div class="io-card card">

View File

@ -188,10 +188,11 @@
bottom: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
background-color: var(--primary-background-colour);
visibility: hidden;
background-color: var(--secondary-background-colour);
opacity: 0;
visibility: hidden;
display: flex;
justify-content: center;
align-items: center;