diff --git a/modules/extra/webcpanel/templates/default/chanserv/main.html b/modules/extra/webcpanel/templates/default/chanserv/main.html
index 99fec7d75..dd9288f00 100644
--- a/modules/extra/webcpanel/templates/default/chanserv/main.html
+++ b/modules/extra/webcpanel/templates/default/chanserv/main.html
@@ -1,6 +1,8 @@
{INCLUDE header.html}
Channels you have access in:
+
{FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES}
{CH}
{END FOR}
+
{INCLUDE footer.html}
diff --git a/modules/extra/webcpanel/templates/default/style.css b/modules/extra/webcpanel/templates/default/style.css
index 7934e4850..65715faca 100644
--- a/modules/extra/webcpanel/templates/default/style.css
+++ b/modules/extra/webcpanel/templates/default/style.css
@@ -101,6 +101,11 @@ body {
height: 125px;
}
+.cinfo {
+ overflow-x: scroll;
+ height: 450px;
+}
+
.akillR1 {
width: 80px;
text-align: left;