From 2ef18805de96f19c0d1d4f90bc6941a07abdfd5f Mon Sep 17 00:00:00 2001 From: you Date: Thu, 19 Mar 2026 21:11:04 +0000 Subject: [PATCH] fix: observers table horizontal scroll wrapper on mobile closes #20 --- public/observers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/observers.js b/public/observers.js index 0aa72bc..c5db28d 100644 --- a/public/observers.js +++ b/public/observers.js @@ -98,7 +98,7 @@ ${offline} Offline 📡 ${observers.length} Total - +
@@ -117,7 +117,7 @@ `; }).join('')} -
Observer status and statistics
StatusNameRegionLast Seen${uptimeStr(o.first_seen)}
`; + `; makeColumnsResizable('#obsTable', 'meshcore-obs-col-widths'); }