|
@@ -37,6 +37,7 @@
|
|
|
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">
|
|
|
<link rel="stylesheet" id="us-fonts-css" href="https://fonts.googleapis.com/css?family=Montserrat%3A300%2C400%2C500%2C600%2C700&display=swap&ver=6.0.2" media="all">
|
|
|
<link rel="stylesheet" href="./xterm/xterm.css" />
|
|
|
+ <link rel="stylesheet" href="./scrollbar.css" />
|
|
|
<script>
|
|
|
window.networkInterface = {};
|
|
|
</script>
|
|
@@ -156,7 +157,7 @@
|
|
|
<div style="flex-grow:0; flex-shrink: 0; height:1px; width: 100%; background-color: white;">
|
|
|
</div>
|
|
|
<main style="display: flex; flex-direction: row; justify-content: space-between; margin:0; height:100%;">
|
|
|
- <div style="flex-grow:1; height:100%;display:inline-block;margin:0;" id="console">
|
|
|
+ <div style="flex-grow:1; height:100%;display:inline-block;margin:0;" class="scrollbar" id="console">
|
|
|
</div>
|
|
|
|
|
|
</main>
|