+
@@ -119,7 +120,6 @@
-
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 9438b56..334b447 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
@@ -3302,29 +3302,11 @@ button:focus-visible, input:focus-visible, select:focus-visible {
}
/* ── WebGL overlay mode ── When the spectrum canvas is visible the coloured
- segments are rendered via WebGL. The DOM strip repositions itself as a
- transparent label overlay at the top of the spectrum canvas. */
+ segments are also rendered via WebGL inside drawSpectrum(). The DOM strip
+ stays above the waterfall with its own coloured segments visible. */
#spectrum-bandplan-strip.bp-webgl {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- background: transparent;
- border-bottom: none;
- z-index: 6;
- pointer-events: none;
-}
-#spectrum-bandplan-strip.bp-webgl .bp-segment {
- background: transparent !important;
- border-right-color: transparent;
-}
-#spectrum-bandplan-strip.bp-webgl .bp-segment-label {
- color: rgba(255,255,255,0.92);
- text-shadow: 0 0 3px rgba(0,0,0,0.8), 0 1px 2px rgba(0,0,0,0.6);
-}
-#spectrum-bandplan-strip.bp-webgl .bp-band-label {
- color: rgba(255,255,255,0.65);
- text-shadow: 0 0 3px rgba(0,0,0,0.8);
+ /* No repositioning needed – the strip lives above the overview strip
+ in the .signal-visual-block flex flow. */
}
/* Legend in settings */