Restore UI container to proper size...

This commit is contained in:
Nicolò P 2024-05-31 15:41:35 +02:00
parent 872f9ebe0b
commit df680c6b63
2 changed files with 1 additions and 5 deletions

View File

@ -8,7 +8,6 @@
#ui {
position: absolute;
top: 2rem;
min-width: 100vw;
min-height: 100vh;
max-width: 30vw;
z-index: 5;
}

View File

@ -36,9 +36,6 @@
</span>
</label>
</div>
<div class="container p-3" style="min-height: 200px;">
<span class="is-large"></span>
</div>
</div>
</body>
</html>