same here, only initially some gauges are clipped from view with duplication

when the dashboard automatically refreshes (page_refresh setting) it fixes itself.

however if i do a manual browser refresh it changes back to being bugged again which is odd.
(i’m on ver 1.70.1, but i think this has existed for a while)
Here’s some more debugging… not sure if this is related but noticed this;
initial page load:
set_resolution response
1536x382
server_stats response
id: 53
dimensions[x]: 497.6666
dimensions[y]: 250.6666
settings: 0
After page is automatically refreshed through librenms and the displays correctly, /set_resolution isn’t called during that refresh, but it appears my width is a different value along with the server stat dimensions[x]
$(window).width();
1519
$(window).height();
382
and server_stats dimensions[x] is changed
id: 53
dimensions[x]: 492.6666
dimensions[y]: 250.6666
settings: 0
same behaviour across Chromium based browsers and Firefox