diff --git a/ui/index.html b/ui/index.html index f3890a6ff..a60d63d1c 100644 --- a/ui/index.html +++ b/ui/index.html @@ -298,7 +298,7 @@
-
+
{{outlet}}
@@ -394,8 +394,7 @@
- -
+
{{outlet}}
diff --git a/ui/styles/base.scss b/ui/styles/base.scss index 1b647a352..d05292403 100644 --- a/ui/styles/base.scss +++ b/ui/styles/base.scss @@ -119,7 +119,13 @@ a { overflow: auto; position: relative; } + .ember-list-item-view { position: absolute; width: 100%; } + +.scrollable { + overflow: auto; + height: 800px; +}