-
Ссылки: {{ selectedNode.links.length }}
-
-
-
-
-
+
Ссылки: {{ selectedNode.links.length }}
+
+
+ - {{ nodeHeader(node) }}
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -422,7 +424,12 @@ function showGraph(show: boolean) {
max-height: calc(100vh - 200px);
}
-.scroll-y::-webkit-scrollbar {
+.scroll-y-right {
+ overflow-y: auto;
+ max-height: calc(100vh - 70px);
+}
+
+.scroll-y::-webkit-scrollbar, .scroll-y-right::-webkit-scrollbar {
display: none;
}