side bar and ui node list fixes

This commit is contained in:
Kevin Froman 2020-10-15 23:24:25 +00:00
parent cf669024bf
commit 895b4fe4fd
4 changed files with 15 additions and 8 deletions

View file

@ -271,7 +271,7 @@
<i class="fas fa-link"></i>
Outgoing Connections:
<div class="control">
<div class="container connectedNodesControl">
<pre id="connectedNodes">Unable to get nodes</pre>
</div>
<br>

View file

@ -15,9 +15,9 @@
}
#connectedNodes{
overflow-y: auto;
overflow-y: hidden;
max-height: 300px;
max-width: 300px;
}
#configToggle, #configContent{
@ -41,9 +41,9 @@
display: block;
vertical-align: bottom;
}
/* ---- particles.js container ---- */
#particles-js {
position:absolute;
width:100%;
@ -51,11 +51,11 @@
top:0;
z-index:-1;
}
.mainCont{
z-index: 2;
position: fixed;
}
.torTransportField {