[fix](trx-frontend-http): move bookmark axis to top of waterfall

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-01 20:07:47 +01:00
parent 37ffeac5f0
commit a4a21181db
@@ -1518,8 +1518,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
}
#spectrum-bookmark-axis {
position: absolute;
top: var(--spectrum-plot-height);
transform: translateY(-50%);
top: 0;
left: 0;
right: 0;
z-index: 6;