[fix](trx-frontend-http): fix waterfall updates and bookmark top anchoring

Ensure overview waterfall incremental updates continue on HiDPI and anchor bookmark chips to the top of the full spectrum view (waterfall + waveform).\n\nCo-authored-by: OpenAI Codex <codex@openai.com>

Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-05 21:45:49 +01:00
parent c4f0844137
commit 4e6a800391
2 changed files with 6 additions and 3 deletions
@@ -2296,7 +2296,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
}
#spectrum-bookmark-axis {
position: absolute;
top: 0;
top: calc(-1 * var(--overview-plot-height));
left: 0;
right: 0;
z-index: 8;