diff --git a/workflow/engine/templates/home/index.html b/workflow/engine/templates/home/index.html
index 7a9cbe86f..6ff61e37b 100644
--- a/workflow/engine/templates/home/index.html
+++ b/workflow/engine/templates/home/index.html
@@ -16,8 +16,10 @@
{literal}
body {
padding-top : 40px !important;
- overflow : hidden;
+ overflow : scroll;
}
+ ::-webkit-scrollbar {width: 6px; height: 4px; background: transparent ; }
+ ::-webkit-scrollbar-thumb { background-color: #808080 ; -webkit-border-radius: 1ex; }
{/literal}
{/if}
@@ -113,14 +115,24 @@
-
-