diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-01-27 18:09:53 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-01-27 18:09:53 +0200 |
commit | cf7d3b5a7ea7043eb454f7c3330f2c316957b3dc (patch) | |
tree | 079aede26a487d1d6a7db5cd824dad8fa856707f /client/components | |
parent | 939d8a7078f535a92e48234b3f09c1c7a1d45537 (diff) | |
download | wekan-cf7d3b5a7ea7043eb454f7c3330f2c316957b3dc.tar.gz wekan-cf7d3b5a7ea7043eb454f7c3330f2c316957b3dc.tar.bz2 wekan-cf7d3b5a7ea7043eb454f7c3330f2c316957b3dc.zip |
- Add back scrollbars that [were hidden when trying to fix another
bug](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb).
Thanks to xet7 !
Closes #2134
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/swimlanes/swimlanes.styl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl index 19613ad9..e4e2cd3b 100644 --- a/client/components/swimlanes/swimlanes.styl +++ b/client/components/swimlanes/swimlanes.styl @@ -53,7 +53,6 @@ .list-group flex-direction: row height: 100% - overflow: hidden swimlane-color(background, color...) background: background !important |