mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Merge pull request #1782 from jnso/scroll-fix
bug fix: #1780 (adding scroll to long cards)
This commit is contained in:
commit
758ec48e5c
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
||||||
flex-shrink: 0
|
flex-shrink: 0
|
||||||
flex-basis: 470px
|
flex-basis: 470px
|
||||||
will-change: flex-basis
|
will-change: flex-basis
|
||||||
overflow: hidden
|
overflow-y: scroll
|
||||||
|
overflow-x: hidden
|
||||||
background: darken(white, 3%)
|
background: darken(white, 3%)
|
||||||
border-radius: bottom 3px
|
border-radius: bottom 3px
|
||||||
z-index: 20 !important
|
z-index: 20 !important
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue