diff --git a/site/index.html b/site/index.html
index 3c0d9a2..98e24df 100644
--- a/site/index.html
+++ b/site/index.html
@@ -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 */