From 7370026c193acf6a92e801849baabba1c1e05cae Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Wed, 4 Jun 2014 17:14:50 -0400 Subject: [PATCH] ui: make 2nd pane scrollable --- ui/index.html | 5 ++--- ui/styles/base.scss | 6 ++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ui/index.html b/ui/index.html index f3890a6ffa..a60d63d1ce 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 1b647a3524..d052924035 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; +}