diff --git a/modules/web.html b/modules/web.html
index fdc3a1f..489460c 100644
--- a/modules/web.html
+++ b/modules/web.html
@@ -33,11 +33,11 @@
ul.playlist li.selected{background:rgba(62, 165, 255, 0.305)}
.controls{display:flex; gap:8px; margin-top:8px}
.two-col{display:flex; gap:8px; align-items:flex-start; height:100%}
- .box{display:flex; flex-direction:column; gap:8px}
- .listbox{height:100%; min-height:220px; overflow:auto; border-radius:6px; background:var(--card); padding:8px; font-size:14px}
+ .box{display:flex; flex-direction:column; gap:8px; flex-grow: 1; overflow: hidden;}
+ .listbox{height:100%; min-height:220px; overflow:auto; border-radius:6px; background:var(--card); padding:8px; font-size:14px; scrollbar-width: none;}
.listbox div.item{padding:6px; border-radius:6px}
.listbox div.item:hover{background:rgba(255,255,255,0.02); cursor:pointer}
- .listbox div.item.selected{background:rgba(62,166,255,0.08)}
+ .listbox div.item.selected{background:rgba(62, 165, 255, 0.305)}
.small{font-size:12px; color:var(--muted)}
.row{display:flex; gap:8px; align-items:center}
.muted{color:var(--muted); font-size:13px}
@@ -107,13 +107,13 @@