fix: chart container w-full overflow-hidden prevents graph escaping bounds
This commit is contained in:
parent
f00c78116b
commit
51baf7c495
|
|
@ -57,7 +57,7 @@
|
|||
<!-- Latency chart -->
|
||||
<div class="bg-gray-900 border border-gray-800 rounded-xl p-4 mb-8">
|
||||
<h3 class="text-sm text-gray-400 mb-3">Response Time</h3>
|
||||
<div id="latency-chart" class="h-32"><%~ it.latencyChartSSR(chartPings) %></div>
|
||||
<div id="latency-chart" class="h-32 w-full overflow-hidden"><%~ it.latencyChartSSR(chartPings) %></div>
|
||||
</div>
|
||||
|
||||
<!-- Status bar -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue