diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-02-28 15:48:36 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-02-28 15:48:36 -0300 |
commit | a033c35a3411902b9bf8f62a40cd68f641e573d3 (patch) | |
tree | 84e40a5edce443048c21089902f4d8b949878b6e /client/components/lists/list.styl | |
parent | 48cd551a698dd86a969007a277ce6cb384e3b5ce (diff) | |
download | wekan-a033c35a3411902b9bf8f62a40cd68f641e573d3.tar.gz wekan-a033c35a3411902b9bf8f62a40cd68f641e573d3.tar.bz2 wekan-a033c35a3411902b9bf8f62a40cd68f641e573d3.zip |
Fix scrollbar inside list and outer scroll
Diffstat (limited to 'client/components/lists/list.styl')
-rw-r--r-- | client/components/lists/list.styl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index c3753360..589958f0 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -91,6 +91,7 @@ display: flex overflow-y: auto padding: 5px 11px + max-height: 350px; .minicards flex-grow: 1 |