소스 검색

- 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 년 전
부모
커밋
9dd8216dfb
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      client/components/swimlanes/swimlanes.styl

+ 6 - 0
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