mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-08-28 12:44:12 +00:00
fix: analytics page scroll — add overflow-y:auto to wrapper
This commit is contained in:
+1
-1
@@ -86,6 +86,6 @@
|
||||
<script src="analytics.js?v=1774079160" onerror="console.error('Failed to load:', this.src)"></script>
|
||||
<script src="live.js?v=1774079160" onerror="console.error('Failed to load:', this.src)"></script>
|
||||
<script src="observers.js?v=1774079160" onerror="console.error('Failed to load:', this.src)"></script>
|
||||
<script src="node-analytics.js?v=1774079160" onerror="console.error('Failed to load:', this.src)"></script>
|
||||
<script src="node-analytics.js?v=1773959750" onerror="console.error('Failed to load:', this.src)"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
const nodeName = escapeHtml(n.name || n.public_key.slice(0, 12));
|
||||
|
||||
container.innerHTML = `
|
||||
<div style="max-width:1100px;margin:0 auto;padding:20px">
|
||||
<div style="max-width:1100px;margin:0 auto;padding:20px;height:100%;overflow-y:auto">
|
||||
<div style="margin-bottom:16px">
|
||||
<a href="#/nodes/${encodeURIComponent(n.public_key)}" style="color:var(--accent);text-decoration:none;font-size:14px">← Back to ${nodeName}</a>
|
||||
<h2 style="margin:8px 0 4px">📊 ${nodeName} — Analytics</h2>
|
||||
|
||||
Reference in New Issue
Block a user