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 22939e7..5e0f719 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 @@ -1517,11 +1517,14 @@ button:focus-visible, input:focus-visible, select:focus-visible { font-weight: 700; } #spectrum-bookmark-axis { - position: relative; - z-index: 5; + position: absolute; + top: var(--spectrum-plot-height); + transform: translateY(-50%); + left: 0; + right: 0; + z-index: 6; height: 0; overflow: hidden; - width: 100%; font-size: 0.68rem; background: var(--bg-secondary); border-top: 1px solid var(--border);