fix(visualizer): lift footer above waveform backdrop; move zoom slider to top-right

This commit is contained in:
daniel-c-harvey
2026-06-15 10:45:25 -04:00
parent 4df2b8fb57
commit 9f074f7350
2 changed files with 9 additions and 3 deletions
@@ -1,4 +1,8 @@
.deepdrft-footer {
/* position:relative + z-index:1 creates a stacking context that paints above the
MixWaveformVisualizer backdrop (z-index:0), keeping footer text fully legible. */
position: relative;
z-index: 1;
background: var(--deepdrft-white);
border-top: 1px solid var(--deepdrft-border);
padding: 3rem;