diff --git a/www/templates/shortcodes/demoenv.html b/www/templates/shortcodes/demoenv.html
index 8995b06d..a2cdf4ae 100644
--- a/www/templates/shortcodes/demoenv.html
+++ b/www/templates/shortcodes/demoenv.html
@@ -11,6 +11,7 @@
border-top: 2px solid gray;
overflow: hide;
margin: 0px;
+ z-index: 1;
}
#demo-server-info.show {
max-height: 45vh;
@@ -25,6 +26,10 @@
vertical-align: top
}
+ #demo-activity ol li {
+ list-style-position: inside;
+ }
+
#demo-canvas {
margin-bottom: 500px;
padding-top: 12px;