From a4a21181db870cd8a660376e10fd58f2c5101740 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 1 Mar 2026 20:07:47 +0100 Subject: [PATCH] [fix](trx-frontend-http): move bookmark axis to top of waterfall Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index 5e0f719..cac7693 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -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;