Better Console resizing

This commit is contained in:
NI
2020-07-26 20:53:05 +08:00
parent 16d142b54d
commit 8361593b4c
2 changed files with 50 additions and 38 deletions

View File

@@ -26,7 +26,7 @@
:key="screenInfo.id"
:style="'visibility: ' + (screen === idx ? 'visible' : 'hidden')"
class="screen"
style="top: 0; right: 0; left: 0; bottom: 0; padding 0; margin: 0; overflow: auto; position: absolute;"
style="width: 100%; height: 100%; top: 0; right: 0; left: 0; bottom: 0; padding: 0; margin: 0; overflow: auto; position: absolute;"
>
<h1 style="display:none;">Main Interface</h1>