side bar and ui node list fixes
This commit is contained in:
parent
cf669024bf
commit
895b4fe4fd
4 changed files with 15 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue