fix comments

This commit is contained in:
2026-05-07 18:28:57 +02:00
parent 1191f091c4
commit a1a3e55f60
3 changed files with 35 additions and 7 deletions
+11
View File
@@ -115,6 +115,17 @@ body {
margin-top: .15rem;
}
.comment-box + .comment-box {
border-top: 1px solid var(--neptune-border);
padding-top: .5rem;
}
.comment-log {
max-height: 200px;
overflow-y: auto;
margin-bottom: .25rem;
}
/* Network Map */
.node-tooltip {
position: absolute;