mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Partial fix for scroll bar inside cardDetails
This commit is contained in:
parent
ed8471be9b
commit
ac7d44f8a8
2 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
.card-details
|
.card-details
|
||||||
padding: 0 20px
|
padding: 0 20px
|
||||||
height: 100%
|
|
||||||
flex-shrink: 0
|
flex-shrink: 0
|
||||||
flex-basis: 470px
|
flex-basis: 470px
|
||||||
will-change: flex-basis
|
will-change: flex-basis
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: row
|
flex-direction: row
|
||||||
overflow: 0;
|
overflow: 0;
|
||||||
|
max-height: 100%
|
||||||
|
|
||||||
&.placeholder
|
&.placeholder
|
||||||
background-color: rgba(0, 0, 0, .2)
|
background-color: rgba(0, 0, 0, .2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue