[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:
@@ -1518,8 +1518,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
|
|||||||
}
|
}
|
||||||
#spectrum-bookmark-axis {
|
#spectrum-bookmark-axis {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: var(--spectrum-plot-height);
|
top: 0;
|
||||||
transform: translateY(-50%);
|
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
|
|||||||
Reference in New Issue
Block a user