[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user