diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-13 23:09:14 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-05-13 23:09:17 +0300 |
| commit | 650f7b2cd9301f12b75278e905ebad68588277b4 (patch) | |
| tree | 5db030c12639bda0646bb5b2de55144bbe476808 /res/client/css/by-view | |
| parent | 38609e0c5f26c23162a4af134f32ed812c970b48 (diff) | |
Modified activity stream to run beneath input bar
Diffstat (limited to 'res/client/css/by-view')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 6f835ffe..f4687f4a 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -304,15 +304,18 @@ g:focus circle { } .activity-root-div { - position: fixed; - left: 24px; - width: 200px; - height: 70%; - top: 20%; + position: absolute; + /* left: 24px; */ + /* width: 100%; */ + max-height: 400px; + /* top: 20%; */ + background: white; + /* height: 200px; */ + overflow: auto; } .activity-div { - border: 1px solid $blue; + border: 1px solid $light-grey; } .activity-div:hover { |
