add0a93424
Each RDS PS overlay item (position: absolute within the shared #rds-ps-overlay container) now receives a z-index derived from its channel frequency: items are sorted by freq_hz ascending so higher-frequency layers sit on top of lower-frequency ones by default. Hovering any layer temporarily assigns it the maximum z-index (entry count + 10) to bring it to the front; mouseleave restores the frequency-derived default stored in data-default-z. Also reverts the incorrectly applied vchan picker layer changes from the previous commit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>