diff --git a/app/frontend/templates/panel/dashboard.html b/app/frontend/templates/panel/dashboard.html
index a1df4a61..49374f31 100644
--- a/app/frontend/templates/panel/dashboard.html
+++ b/app/frontend/templates/panel/dashboard.html
@@ -228,7 +228,7 @@
data['lang']) }}
{% if server['stats']['desc'] != 'False' %}
-
{{ server['stats']['desc'] }}
+ {{ server['stats']['desc'] }}
{% end %}
{% if server['stats']['version'] != 'False' %}
@@ -270,6 +270,15 @@
color: white !important;
;
}
+ #desc_id {
+ -ms-overflow-style: none; /* for Internet Explorer, Edge */
+ scrollbar-width: none; /* for Firefox */
+ overflow-y: scroll;
+}
+
+#desc_id::-webkit-scrollbar {
+ display: none; /* for Chrome, Safari, and Opera */
+}
@@ -438,7 +447,7 @@
var motd = "";
if (server.desc) {
motd = `` + server.desc + ``;
- server_infos = server_infos + '' + motd + '
' + "
";
+ server_infos = server_infos + '' + motd + '
' + "
";
}
/* Version */