Pārlūkot izejas kodu

- 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 !

Lauri Ojansivu 6 gadi atpakaļ
vecāks
revīzija
9dd8216dfb
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      client/components/swimlanes/swimlanes.styl

+ 6 - 0
client/components/swimlanes/swimlanes.styl

@@ -54,6 +54,12 @@
   flex-direction: row
   flex-direction: row
   height: 100%
   height: 100%
 
 
+@-moz-document url-prefix() {
+  .list-group {
+    overflow: hidden;
+  }
+}
+
 swimlane-color(background, color...)
 swimlane-color(background, color...)
   background: background !important
   background: background !important
   if color
   if color