Website: sticky oscilloscope — stays on screen when scrolling

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-04 08:24:20 -04:00
parent 265346eaf9
commit f9d45dcde9
+10 -4
View File
@@ -260,15 +260,21 @@
/* Oscilloscope */
.visualizer-wrap {
max-width: 700px;
margin: 0 auto;
padding: 0 20px;
position: sticky;
top: 0;
z-index: 50;
background: #0a0a0a;
max-width: 100%;
padding: 8px 20px;
border-bottom: 1px solid #1a1a1a;
}
#oscilloscope {
width: 100%;
height: 80px;
height: 60px;
display: block;
max-width: 700px;
margin: 0 auto;
}
/* Streaming links */