mirror of
https://github.com/wekan/wekan.git
synced 2025-04-21 12:37:07 -04:00
parent
3c2de2a38d
commit
74cf9e2573
1 changed files with 5 additions and 1 deletions
|
@ -54,9 +54,13 @@
|
|||
flex-direction: row
|
||||
height: 100%
|
||||
|
||||
// Firefox fix for cards behind swimlane to overflow-y
|
||||
// https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb
|
||||
// and enable Firefox left-right scroll https://github.com/wekan/wekan/issues/2137
|
||||
@-moz-document url-prefix() {
|
||||
.list-group {
|
||||
overflow: hidden;
|
||||
overflow-y: hidden;
|
||||
overflow: -moz-scrollbars-vertical;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue