mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
ui: fix rendering issue on firefox
When a list have more cards that can fit in the screen, the members icons
are drawn on top of the swimlane below and the scrollbar is not available.
According to https://github.com/utatti/perfect-scrollbar the container
must have an `overflow: hidden` css style.
When changing the swimlane header from vertical to horizontal, dd88eb4cc1
broke this which led to this weird bug.
This commit is contained in:
parent
850b34ce33
commit
f7c6b7fce2
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
.list-group
|
||||
flex-direction: row
|
||||
height: 100%
|
||||
overflow: hidden
|
||||
|
||||
swimlane-color(background, color...)
|
||||
background: background !important
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue