search for standard sites pub-search.waow.tech
search zig blog atproto
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: z-index for y-axis label visibility

zzstoatzz e0061c43 ddf97932

+3 -1
+3 -1
site/dashboard.css
··· 128 128 .latency-y-label { 129 129 position: absolute; 130 130 top: 0; 131 - left: 0; 131 + left: 4px; 132 132 font-size: 9px; 133 133 color: #555; 134 + z-index: 1; 135 + pointer-events: none; 134 136 } 135 137 .latency-legend { 136 138 display: flex;