diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-20 22:15:09 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-20 22:15:09 -0700 |
commit | 242cb047d4027305051c33b77dbdcbcb41e1afdc (patch) | |
tree | 50b560ca1b3db857642f6b5be6c78402a66c40d2 | |
parent | 43fbbfe0dff1f2a51c0d6911a78bf8a3724dc752 (diff) | |
download | volse-hubzilla-242cb047d4027305051c33b77dbdcbcb41e1afdc.tar.gz volse-hubzilla-242cb047d4027305051c33b77dbdcbcb41e1afdc.tar.bz2 volse-hubzilla-242cb047d4027305051c33b77dbdcbcb41e1afdc.zip |
limit the height of tasklist
-rw-r--r-- | view/css/widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index 5b6e8aeb9..abfeebf1e 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -110,3 +110,11 @@ li:hover .group-edit-icon { .directory-rating-submit { margin-top: 15px; } + + +/* tasklist */ + +.tasklist-tasks { + max-height: 300px; + overflow-y: auto; +}
\ No newline at end of file |