summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-01-27 19:03:50 +0200
committerLauri Ojansivu <x@xet7.org>2019-01-27 19:03:50 +0200
commit9dd8216dfb80855999998ed76d8a3c06a954a002 (patch)
tree138f9a12dfab99d006a057e4571d7971f44b4a80
parent905ddafe41b2558bf2da182a11218237321f8613 (diff)
downloadwekan-9dd8216dfb80855999998ed76d8a3c06a954a002.tar.gz
wekan-9dd8216dfb80855999998ed76d8a3c06a954a002.tar.bz2
wekan-9dd8216dfb80855999998ed76d8a3c06a954a002.zip
- Fix cards below swimlane title in Firefox by making [previous fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb)
Firefox-only. Thanks to xet7 !
-rw-r--r--client/components/swimlanes/swimlanes.styl6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl
index e4e2cd3b..754d7210 100644
--- a/client/components/swimlanes/swimlanes.styl
+++ b/client/components/swimlanes/swimlanes.styl
@@ -54,6 +54,12 @@
flex-direction: row
height: 100%
+@-moz-document url-prefix() {
+ .list-group {
+ overflow: hidden;
+ }
+}
+
swimlane-color(background, color...)
background: background !important
if color