From 9dd8216dfb80855999998ed76d8a3c06a954a002 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 27 Jan 2019 19:03:50 +0200 Subject: - 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 ! --- client/components/swimlanes/swimlanes.styl | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3-1-g7c22