diff --git a/stylesheets/workspace.css b/stylesheets/workspace.css
index d57da3b8..cecf6437 100644
--- a/stylesheets/workspace.css
+++ b/stylesheets/workspace.css
@@ -301,4 +301,8 @@ html, body {
overflow: hidden;
}
-
+/* Lists of scripts to scroll. Used in demo & restore dialog*/
+.scrollList{
+ max-height: 300px;
+ overflow-y:scroll;
+}