diff options
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 437dad3c..f66f823a 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -1092,14 +1092,17 @@ g:focus circle { text-align: left; } .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 #004681; } + border: 1px solid #f5f5fa; } .activity-div:hover { color: #8eb6bf; |
